fdupes: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm 2022-09-09 18:15:14 +00:00 committed by Bjørn Forsman
parent 17352e8995
commit f1c1718814

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fdupes"; pname = "fdupes";
version = "2.2.0"; version = "2.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "adrianlopezroche"; owner = "adrianlopezroche";
repo = "fdupes"; repo = "fdupes";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-w1vIZexuXoCpc509QKdKnUaD4Obs5rsjptYAE4T/T+g="; hash = "sha256-8GYQfnUxS790pDXw2sjnDZNB55PMDaCcO6daIa/MPMw=";
}; };
nativeBuildInputs = [ autoreconfHook pkg-config ]; nativeBuildInputs = [ autoreconfHook pkg-config ];