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

fdupes: 2.1.2 -> 2.2.0
This commit is contained in:
Christian Kögler 2022-08-27 22:38:06 +02:00 committed by GitHub
commit 219b71278a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fdupes";
version = "2.1.2";
version = "2.2.0";
src = fetchFromGitHub {
owner = "adrianlopezroche";
repo = "fdupes";
rev = "v${version}";
hash = "sha256-WtSuFWRqQo5D/FLwl3AaIIfg6q+09A3aP5//J4AUzus=";
hash = "sha256-w1vIZexuXoCpc509QKdKnUaD4Obs5rsjptYAE4T/T+g=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];