Merge pull request #268837 from pongo1231/duperemove-newhash
This commit is contained in:
commit
07fb3036db
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue