Unverified Commit 7bae0943 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

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

peazip: 9.8.0 -> 9.9.1
parents 65c35987 cafa5ceb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";