v2ray-rules-dat: 202606122311 -> 202606172318

(cherry picked from commit 2a8479b3e1)
This commit is contained in:
Moraxyc 2026-06-18 05:10:43 +00:00 committed by github-actions[bot]
commit bc0aaa64af

View file

@ -5,7 +5,7 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "v2ray-rules-dat";
version = "202606122311";
version = "202606172318";
__structuredAttrs = true;
strictDeps = true;
@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
};
geositeDat = fetchurl {
url = "https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/${finalAttrs.version}/geosite.dat";
hash = "sha256-/c/3OjfALveNnHS9NxonTeOiZyud6U/X4WHrGZSOs7Q=";
hash = "sha256-DEhEZP7ijNudb6qhIArpRhUqzEzmG0OxJaoBuMFVacM=";
};
updateScript = ./update.sh;
};