aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/security/haka
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-02-25 00:55:56 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-02-28 18:03:23 +0100
commitbe23e983ae1b35c02ad3a54a176d8fcf4c5f00f2 (patch)
tree7ec1c675156b80391e617ea3fcfb7c07b9cc1d76 /pkgs/tools/security/haka
parenta6e2d5fcbb12e018ba36eb184615d32e1b03ca57 (diff)
haka: replace sha1 with sha256
Diffstat (limited to 'pkgs/tools/security/haka')
-rw-r--r--pkgs/tools/security/haka/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/tools/security/haka/default.nix b/pkgs/tools/security/haka/default.nix
index 6c5247a47bb..f9c7f4eaf1c 100644
--- a/pkgs/tools/security/haka/default.nix
+++ b/pkgs/tools/security/haka/default.nix
@@ -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";