Unverified Commit a386ecc1 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

peazip: 10.4.0 -> 10.5.0 (#416952)



Co-authored-by: default avatarauroraanna <anna@annaaurora.eu>
parents c19b5655 641b6cae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "peazip";
  version = "10.4.0";
  version = "10.5.0";

  src = fetchFromGitHub {
    owner = "peazip";
    repo = "peazip";
    rev = version;
    hash = "sha256-tA2JLO4KIqFOVZyt7CPMRJTojQFQVQqGGOeh3sU/FuQ=";
    hash = "sha256-tEx0ZSvv+byn8OPSFprFJwMFxuEQzyrkvk4FbvGtH2A=";
  };
  sourceRoot = "${src.name}/peazip-sources";