duperemove: 0.15 -> 0.15.1

This commit is contained in:
R. Ryantm
2025-03-02 01:11:35 +00:00
parent d5144effdc
commit bd7b5e245b
+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 = ''