peazip: 9.9.0 → 9.4.0

The tag 9.9.0 was accidentally created and is not an actual release of a new version.
This commit is contained in:
Anna Aurora 2023-10-10 22:04:04 +02:00
parent 69926af81f
commit df7dd3a913
No known key found for this signature in database
GPG key ID: 8F322E8A1718A83E

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";