_0xproto: 2.500 -> 2.501

This commit is contained in:
R. Ryantm
2026-01-07 03:04:05 +00:00
parent b9570a6c1d
commit 8dace0abc4
+2 -2
View File
@@ -6,7 +6,7 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "0xproto";
version = "2.500";
version = "2.501";
src =
let
@@ -14,7 +14,7 @@ stdenvNoCC.mkDerivation rec {
in
fetchzip {
url = "https://github.com/0xType/0xProto/releases/download/${version}/0xProto_${underscoreVersion}.zip";
hash = "sha256-AmD5lUV341222gu/cCLnKWO87mjPn7gFkeklrV3OlOs=";
hash = "sha256-l1+fRPMo3k9EEGXiMw+8Z78KxjO3AGgvyqSfsN188vQ=";
stripRoot = false;
};