Skip to content

Commit

Permalink
clash-verge: 1.2.3 -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zendo committed Mar 19, 2023
1 parent bf20907 commit 713eeaa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/applications/networking/clash-verge/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@
, openssl
, webkitgtk
, udev
, libappindicator-gtk3
, libayatana-appindicator
}:

stdenv.mkDerivation rec {
pname = "clash-verge";
version = "1.2.3";
version = "1.3.0";

src = fetchurl {
url = "https://github.com/zzzgydi/clash-verge/releases/download/v${version}/clash-verge_${version}_amd64.deb";
hash = "sha256-uiw9kcXJ4ZEu+naUbUrgN/zBYE2bSWVPmMQ+HiAP4D4=";
hash = "sha256-HaBr1QHU3SZix3NFEkTmMrGuk/J1dfP3Lhst79rkUl0=";
};

unpackPhase = "dpkg-deb -x $src .";
Expand All @@ -36,7 +35,6 @@ stdenv.mkDerivation rec {

runtimeDependencies = [
(lib.getLib udev)
libappindicator-gtk3
libayatana-appindicator
];

Expand Down

0 comments on commit 713eeaa

Please sign in to comment.