lol

_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

+3 -2
+3 -2
pkgs/by-name/_0/_0xproto/package.nix
··· 6 6 }: 7 7 stdenvNoCC.mkDerivation rec { 8 8 pname = "0xproto"; 9 - version = "2.100"; 9 + version = "2.500"; 10 10 11 11 src = 12 12 let ··· 14 14 in 15 15 fetchzip { 16 16 url = "https://github.com/0xType/0xProto/releases/download/${version}/0xProto_${underscoreVersion}.zip"; 17 - hash = "sha256-hUQGCsktnun9924+k6ECQuQ1Ddl/qGmtuLWERh/vDpc="; 17 + hash = "sha256-AmD5lUV341222gu/cCLnKWO87mjPn7gFkeklrV3OlOs="; 18 + stripRoot = false; 18 19 }; 19 20 20 21 installPhase = ''