Merge pull request #335622 from r-ryantm/auto-update/peazip

peazip: 9.8.0 -> 9.9.1
This commit is contained in:
Donovan Glover
2024-08-18 16:46:20 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "peazip";
version = "9.8.0";
version = "9.9.1";
src = fetchFromGitHub {
owner = "peazip";
repo = pname;
rev = version;
hash = "sha256-oHtxiunB409xwk4tYB336Bq51Fl7PFrXKwH7ySaYCEs=";
hash = "sha256-hn3EhePmBlj9Zdlij/GMxJPTP6suUm2oThaSKjoKeQQ=";
};
sourceRoot = "${src.name}/peazip-sources";