peazip: 10.5.0 -> 10.6.0 (#432229)

Co-authored-by: auroraanna <anna@annaaurora.eu>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-09 11:29:20 +00:00 committed by GitHub
commit 3713bba25c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "peazip";
version = "10.5.0";
version = "10.6.0";
src = fetchFromGitHub {
owner = "peazip";
repo = "peazip";
rev = version;
hash = "sha256-tEx0ZSvv+byn8OPSFprFJwMFxuEQzyrkvk4FbvGtH2A=";
hash = "sha256-oRgsT2j5P6jbaBAgLMGArJ+pCVSgC/CJcHM45mRw6Bs=";
};
sourceRoot = "${src.name}/peazip-sources";