Merge pull request #314841 from r-ryantm/auto-update/clash-verge-rev

clash-verge-rev: 1.6.2 -> 1.6.3
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-26 13:40:56 +00:00 committed by GitHub
commit a0fb1d4929
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,11 +5,11 @@
clash-verge.overrideAttrs (old: rec {
pname = "clash-verge-rev";
version = "1.6.2";
version = "1.6.3";
src = fetchurl {
url = "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v${version}/clash-verge_${version}_amd64.deb";
hash = "sha256-7Nto/vEsatQ9cMNM+6aOw5jBvF/hUxElJ/SRm12yJFA=";
hash = "sha256-QMc2lFY9Xt3rk2zcTsF9omTllv6fGa8hag6+c3qN9tg=";
};
meta = old.meta // (with lib; {