Merge pull request #315147 from Cryolitia/clash

clash-verge-rev: 1.6.3 -> 1.6.4
This commit is contained in:
Aleksana
2024-05-28 14:58:20 +08:00
committed by GitHub
+2 -2
View File
@@ -5,11 +5,11 @@
clash-verge.overrideAttrs (old: rec {
pname = "clash-verge-rev";
version = "1.6.3";
version = "1.6.4";
src = fetchurl {
url = "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v${version}/clash-verge_${version}_amd64.deb";
hash = "sha256-QMc2lFY9Xt3rk2zcTsF9omTllv6fGa8hag6+c3qN9tg=";
hash = "sha256-OhrC0trcl/zSCZSc4Tx9BDgqBxYiINF69LGVJQ0QGsw=";
};
meta = old.meta // (with lib; {