Merge pull request #268837 from pongo1231/duperemove-newhash

This commit is contained in:
Janik 2023-11-21 06:11:33 +01:00 committed by GitHub
commit 07fb3036db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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