Merge pull request #260284 from auroraanna/peazip

peazip: 9.9.0 → 9.4.0
This commit is contained in:
Mario Rodas 2023-10-12 03:37:22 -05:00 committed by GitHub
commit 8a100df277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "peazip";
version = "9.9.0";
version = "9.4.0";
src = fetchFromGitHub {
owner = "peazip";
repo = pname;
rev = version;
hash = "sha256-1UavigwVp/Gna2BOUECQrn/VQjov8wDw5EdPWX3mpvM=";
hash = "sha256-to5VhuTomw33WRWrtSIMF/SD+KVXsUKmSrJ84BNatqw=";
};
sourceRoot = "${src.name}/peazip-sources";