duperemove: 0.15 -> 0.15.1 (#386269)

This commit is contained in:
Nick Cao
2025-03-02 09:11:04 -05:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "duperemove";
version = "0.15";
version = "0.15.1";
src = fetchFromGitHub {
owner = "markfasheh";
repo = "duperemove";
rev = "v${version}";
hash = "sha256-m89e7ewda4+TNemoXG/9dG7HI9xHmsqVfMIFg5Ft2YM=";
hash = "sha256-T17XkR6AUvOerg9FN4SxTfoMavVXnxujtrA4p4GEnFE=";
};
postPatch = ''