Commit 790f188d authored by ayes-web's avatar ayes-web Committed by Austin Seipp
Browse files

duperemove: 0.11.3 -> 0.12

parent 4bb1034e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
  pname = "duperemove";
  version = "0.11.3";
  version = "0.12";

  src = fetchFromGitHub {
    owner = "markfasheh";
    repo = "duperemove";
    rev = "v${version}";
    sha256 = "sha256-WjUM52IqMDvBzeGHo7p4JcvMO5iPWPVOr8GJ3RSsnUs=";
    hash = "sha256-VPwcWAENCRnU51F78FhMPjQZaCTewQRUdeFwK1blJbs=";
  };

  postPatch = ''