Skip to content

Commit

Permalink
Merge pull request NixOS#320915 from r-ryantm/auto-update/fdupes
Browse files Browse the repository at this point in the history
fdupes: 2.3.0 -> 2.3.1
  • Loading branch information
NickCao committed Jun 19, 2024
2 parents 97cd11b + f2d02f8 commit bce1ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/fdupes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit bce1ad6

Please sign in to comment.