peazip: 11.1.0 -> 11.2.0

This commit is contained in:
R. Ryantm
2026-07-13 00:44:45 +00:00
parent d9cd59c37e
commit 2aeb37aa78

View File

@@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "peazip";
version = "11.1.0";
version = "11.2.0";
src = fetchFromGitHub {
owner = "peazip";
repo = "peazip";
rev = finalAttrs.version;
hash = "sha256-PuY+68+7XxsWylS6skhNF40o+Qt26RwmVxVTLmGXIn0=";
hash = "sha256-zaadYVbeNhlHl/2g7yldG4ZlyL2DEyzwODvomuCBSkE=";
};
sourceRoot = "${finalAttrs.src.name}/peazip-sources";