Merge pull request #327233 from r-ryantm/auto-update/fdupes

This commit is contained in:
Marcus Ramberg 2024-07-21 10:17:17 +03:00 committed by GitHub
commit 34de8588f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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