_0xproto: 2.100 -> 2.500

Diff: https://github.com/0xType/0xProto/compare/2.100...2.500
Changelog: https://github.com/0xType/0xProto/blob/2.500/CHANGELOG.md?plain=1#L3-L36

Required to add `stripRoot=false`, to follow archive format changes in 2.200
This commit is contained in:
Kenichi Kamiya
2025-08-28 03:48:17 +09:00
parent 453b5f7c26
commit 99f0d4ead3
+3 -2
View File
@@ -6,7 +6,7 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "0xproto";
version = "2.100";
version = "2.500";
src =
let
@@ -14,7 +14,8 @@ stdenvNoCC.mkDerivation rec {
in
fetchzip {
url = "https://github.com/0xType/0xProto/releases/download/${version}/0xProto_${underscoreVersion}.zip";
hash = "sha256-hUQGCsktnun9924+k6ECQuQ1Ddl/qGmtuLWERh/vDpc=";
hash = "sha256-AmD5lUV341222gu/cCLnKWO87mjPn7gFkeklrV3OlOs=";
stripRoot = false;
};
installPhase = ''