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

clash-verge-rev: 1.6.4 -> 1.6.5
This commit is contained in:
Weijia Wang 2024-06-10 19:41:15 +02:00 committed by GitHub
commit 130290a44f
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.4";
version = "1.6.5";
src = fetchurl {
url = "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v${version}/clash-verge_${version}_amd64.deb";
hash = "sha256-OhrC0trcl/zSCZSc4Tx9BDgqBxYiINF69LGVJQ0QGsw=";
hash = "sha256-pL6BWfRkyOzi7TnMAEcHyrUDVpK9IOeqcfRKfkHtWmw=";
};
meta = old.meta // (with lib; {