Skip to content

Commit

Permalink
Merge pull request NixOS#335622 from r-ryantm/auto-update/peazip
Browse files Browse the repository at this point in the history
peazip: 9.8.0 -> 9.9.1
  • Loading branch information
donovanglover authored Aug 18, 2024
2 parents 65c3598 + cafa5ce commit 7bae094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/archivers/peazip/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 7bae094

Please sign in to comment.