Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Upgrade wechat_dev_tools_appimages
Browse files Browse the repository at this point in the history
  • Loading branch information
DataEraserC committed Oct 1, 2023
1 parent 11bd5b8 commit ea9e7f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/wechat_dev_tools_appimage/wechat_dev_tools_appimage.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ fetchurl, lib, stdenv, pkgs, appimage-run, makeDesktopItem }:
stdenv.mkDerivation rec {
pname = "wechat_dev_tools";
version = "1.06.2307260-1";
version = "1.06.2308310-1";

src = fetchurl {
url =
"https://github.com/msojocs/wechat-web-devtools-linux/releases/download/v${version}/WeChat_Dev_Tools_v${version}_x86_64_linux.AppImage";
sha256 = "sha256-rCDmoDEJlSKIJ8mECGGqMopgC4yAXnhv3ntc/KPULGU=";
sha256 = "sha256-XFKLfHHFQdErEDU7z/q/LomTNjxVreCDqNHX00we0GI=";
};

dontUnpack = true;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ fetchurl, lib, stdenv, pkgs, appimage-run, makeDesktopItem }:
stdenv.mkDerivation rec {
pname = "wechat_dev_tools";
version = "1.06.2307260-1";
version = "1.06.2308310-1";

src = fetchurl {
url =
"https://github.com/msojocs/wechat-web-devtools-linux/releases/download/v${version}/WeChat_Dev_Tools_v${version}_x86_64_linux.AppImage";
sha256 = "sha256-rCDmoDEJlSKIJ8mECGGqMopgC4yAXnhv3ntc/KPULGU=";
sha256 = "sha256-XFKLfHHFQdErEDU7z/q/LomTNjxVreCDqNHX00we0GI=";
};

dontUnpack = true;
Expand Down

0 comments on commit ea9e7f6

Please sign in to comment.