zchunk: 1.5.1 -> 1.5.2 (#432352)

This commit is contained in:
Yohann Boniface
2025-08-17 01:53:50 +02:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zchunk";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "zchunk";
repo = "zchunk";
rev = finalAttrs.version;
hash = "sha256-X8qywx55TUVEOfYJMV5ARwyUdMjmN4hTmJQ6Upq5zyI=";
hash = "sha256-TE3qNXHm6s1N7F1Rm2CcWFkyz6nywJktKJ3GL0tf2t8=";
};
nativeBuildInputs = [