Merge pull request #258741 from ErrorNoInternet/duperemove-0.13

duperemove: 0.12 -> 0.13
This commit is contained in:
Fabián Heredia Montiel 2023-10-04 15:51:13 -06:00 committed by GitHub
commit ea351a0231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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