fdupes: 2.3.0 -> 2.3.1

This commit is contained in:
R. Ryantm 2024-06-19 01:44:13 +00:00
parent 78fde8eb60
commit f2d02f821c

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "fdupes";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "adrianlopezroche";
repo = "fdupes";
rev = "v${version}";
hash = "sha256-BW6a5vKRAuXs/zWPHhtZs6Y4scyCEfqHEAkGUSUiwkI=";
hash = "sha256-yOUgPa13DHDcuEqJMpBQVMOKFH/rlH44rWiIPRwnztM=";
};
nativeBuildInputs = [