Unverified Commit df7dd3a9 authored by Anna Aurora's avatar Anna Aurora
Browse files

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.
parent 69926af8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";