duperemove: 0.14.1 -> 0.15 (#378872)

This commit is contained in:
Wolfgang Walther
2025-02-09 17:12:56 +01:00
committed by GitHub
+6 -2
View File
@@ -2,7 +2,9 @@
lib,
stdenv,
fetchFromGitHub,
libbsd,
libgcrypt,
xxHash,
pkg-config,
glib,
linuxHeaders ? stdenv.cc.libc.linuxHeaders,
@@ -14,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "duperemove";
version = "0.14.1";
version = "0.15";
src = fetchFromGitHub {
owner = "markfasheh";
repo = "duperemove";
rev = "v${version}";
hash = "sha256-iMv80UKktYOhNfVA3mW6kKv8TwLZaP6MQt24t3Rchk4=";
hash = "sha256-m89e7ewda4+TNemoXG/9dG7HI9xHmsqVfMIFg5Ft2YM=";
};
postPatch = ''
@@ -30,11 +32,13 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config ];
buildInputs = [
libbsd
libgcrypt
glib
linuxHeaders
sqlite
util-linux
xxHash
];
makeFlags = [