3
0
Fork 0
forked from mirrors/nixpkgs

haka: replace sha1 with sha256

This commit is contained in:
Jörg Thalheim 2017-02-25 00:55:56 +01:00
parent a6e2d5fcbb
commit be23e983ae
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -8,9 +8,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
name = "haka_${version}_source.tar.gz";
url = "https://github.com/haka-security/haka/releases/download/v${version}/haka_${version}_source.tar.gz";
# https://github.com/haka-security/haka/releases/download/v${version}/haka_${version}_source.tar.gz.sha1.txt
sha1 = "87625ed32841cc0b3aa92aa49397ce71ce434bc2";
sha256 = "0dm39g3k77sa70zrjsqadidg27a6iqq61jzfdxazpllnrw4mjy4w";
};
NIX_CFLAGS_COMPILE = "-Wno-error";