1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

testssl: 2.9.5-6 -> 2.9.5-7 (#47274)

Changelog: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-7
This commit is contained in:
Elis Hirwing 2018-09-24 17:40:24 +02:00 committed by xeji
parent c525111133
commit 4406745ab4

View file

@ -2,7 +2,7 @@
, dnsutils, coreutils, openssl, nettools, utillinux, procps }:
let
version = "2.9.5-6";
version = "2.9.5-7";
in stdenv.mkDerivation rec {
name = "testssl.sh-${version}";
@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
owner = "drwetter";
repo = "testssl.sh";
rev = "v${version}";
sha256 = "0wn7lxz0ibv59v0acbsk5z3rsmr65zr1q7n4kxva1cw5xzq9ya6k";
sha256 = "02xp0yi53xf6jw6v633zs2ws2iyyvq3mlkimg0cv3zvj7nw9x5wr";
};
nativeBuildInputs = [ makeWrapper ];