clash-verge-rev: 1.6.0 -> 1.6.1

This commit is contained in:
wxt 2024-05-04 13:34:08 +08:00
parent a05b336245
commit 1ffed6c14d

View File

@ -5,11 +5,11 @@
clash-verge.overrideAttrs (old: rec {
pname = "clash-verge-rev";
version = "1.6.0";
version = "1.6.1";
src = fetchurl {
url = "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v${version}/clash-verge_${version}_amd64.deb";
hash = "sha256-wSpWTQ+AuDG3zKocDVatRqVW5yhrOtcbNI+jfMOaXvg=";
hash = "sha256-V6W7IJFa8UrbPWPS2tReecZ41oYvAqV4q0NBkkhUHbQ=";
};
meta = old.meta // (with lib; {