duperemove: 0.11.3 -> 0.12

This commit is contained in:
ayes-web 2023-07-22 19:54:47 +03:00 committed by Austin Seipp
parent 4bb1034ef3
commit 790f188d60

View file

@ -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 = ''