peazip: 10.6.1 -> 10.7.0

This commit is contained in:
R. Ryantm
2025-10-18 08:03:35 +00:00
parent 3ec512f9f7
commit d2a3266ac8
+2 -2
View File
@@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "peazip";
version = "10.6.1";
version = "10.7.0";
src = fetchFromGitHub {
owner = "peazip";
repo = "peazip";
rev = finalAttrs.version;
hash = "sha256-y+q4S3XHkN2dvHMaRxPQwK9l9LaA5rGvrzzZ+x76qUQ=";
hash = "sha256-JVSr4ztDHjJF+vzhaMSSAWt6PEtxNzfCRBQBlfLA4xs=";
};
sourceRoot = "${finalAttrs.src.name}/peazip-sources";