peazip: 9.7.1 → 9.8.0

This commit is contained in:
Anna Aurora
2024-07-03 15:14:11 +02:00
committed by Yaya
parent d7aac2dfd6
commit e7181070cc

View File

@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "peazip";
version = "9.7.1";
version = "9.8.0";
src = fetchFromGitHub {
owner = "peazip";
repo = pname;
rev = version;
hash = "sha256-HxRpoT+O9nWL4FzB6CjJ0DqnZALaaYtXGb82GkgF2JA=";
hash = "sha256-oHtxiunB409xwk4tYB336Bq51Fl7PFrXKwH7ySaYCEs=";
};
sourceRoot = "${src.name}/peazip-sources";