Merge pull request #269875 from trofi/duperemove-update

duperemove: 0.14 -> 0.14.1
This commit is contained in:
Nick Cao 2023-11-25 20:53:17 -05:00 committed by GitHub
commit b760058873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "duperemove";
version = "0.14";
version = "0.14.1";
src = fetchFromGitHub {
owner = "markfasheh";
repo = "duperemove";
rev = "v${version}";
hash = "sha256-hYBD5XFjM2AEsQm7yKEHkfjwLZmXTxkY/6S3hs1uBPw=";
hash = "sha256-iMv80UKktYOhNfVA3mW6kKv8TwLZaP6MQt24t3Rchk4=";
};
postPatch = ''
@ -33,7 +33,6 @@ stdenv.mkDerivation rec {
makeFlags = [
"PREFIX=${placeholder "out"}"
"VERSION=v${version}"
"CFLAGS=-Wno-error=format-security"
];
passthru.tests.version = testers.testVersion {