kubazip: 0.3.5 -> 0.3.6

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2026-01-21 20:40:53 +01:00
parent 05a4fdafe2
commit 8ef99f2432
+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"