fdupes: 2.3.2 -> 2.4.0

This commit is contained in:
R. Ryantm 2025-03-30 19:56:14 +00:00
parent c68937a0a0
commit 3040991866

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "fdupes";
version = "2.3.2";
version = "2.4.0";
src = fetchFromGitHub {
owner = "adrianlopezroche";
repo = "fdupes";
rev = "v${version}";
hash = "sha256-VPaNDKUgaJRF75cxksK0nZNFarqhat7n8ztIdBoxHI8=";
hash = "sha256-epregz+i2mML5zCQErQDJFUFUxnUoqcBlUPGPJ4tcmc=";
};
nativeBuildInputs = [