duperemove: 0.15.1 -> 0.15.2 (#407035)

This commit is contained in:
Nick Cao
2025-05-14 16:48:22 -04:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "duperemove";
version = "0.15.1";
version = "0.15.2";
src = fetchFromGitHub {
owner = "markfasheh";
repo = "duperemove";
rev = "v${version}";
hash = "sha256-T17XkR6AUvOerg9FN4SxTfoMavVXnxujtrA4p4GEnFE=";
hash = "sha256-Y3HIqq61bLfZi4XR2RtSyuCPmcWrTxeWvqpTh+3hUjc=";
};
postPatch = ''