duperemove: 0.12 -> 0.13

This commit is contained in:
ErrorNoInternet 2023-10-03 14:31:01 +08:00
parent 638d19ac92
commit 13882aede5
No known key found for this signature in database
GPG Key ID: 2486BFB7B1E6A4A3

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "duperemove";
version = "0.12";
version = "0.13";
src = fetchFromGitHub {
owner = "markfasheh";
repo = "duperemove";
rev = "v${version}";
hash = "sha256-VPwcWAENCRnU51F78FhMPjQZaCTewQRUdeFwK1blJbs=";
hash = "sha256-D3+p8XgokKIHEwZnvOkn7cionVH1gsypcURF+PBpugY=";
};
postPatch = ''