kubazip: 0.3.5 -> 0.3.6 (#482401)

This commit is contained in:
Peder Bergebakken Sundt
2026-01-24 19:11:51 +00:00
committed by GitHub
+6 -2
View File
@@ -7,15 +7,19 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "kubazip";
version = "0.3.5";
version = "0.3.6";
src = fetchFromGitHub {
owner = "kuba--";
repo = "zip";
tag = "v${finalAttrs.version}";
hash = "sha256-wNkIYuwwXo7v3vNaOnRZt1tcd0RGjDvCUqDGdvJzVdo=";
hash = "sha256-MDRLAfTwjxYTLgg0qsYjyll3TA+jNaUhEPGVOisIsC0=";
};
postPatch = ''
substituteInPlace CMakeLists.txt --replace-fail "-Werror" ""
'';
outputs = [
"out"
"dev"