duperemove: 0.14.1 -> 0.15 (#378872)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user