about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2018-09-24 17:40:24 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-24 17:40:24 +0200
commit4406745ab46976ed5b924b46e7b4a9944c5e5409 (patch)
treea77e93262b57d8a6ec45f2ce9bb621959fbf864b /pkgs
parentc5251111335f83f56754aefff2defe6459766b03 (diff)
downloadnixlib-4406745ab46976ed5b924b46e7b4a9944c5e5409.tar
nixlib-4406745ab46976ed5b924b46e7b4a9944c5e5409.tar.gz
nixlib-4406745ab46976ed5b924b46e7b4a9944c5e5409.tar.bz2
nixlib-4406745ab46976ed5b924b46e7b4a9944c5e5409.tar.lz
nixlib-4406745ab46976ed5b924b46e7b4a9944c5e5409.tar.xz
nixlib-4406745ab46976ed5b924b46e7b4a9944c5e5409.tar.zst
nixlib-4406745ab46976ed5b924b46e7b4a9944c5e5409.zip
testssl: 2.9.5-6 -> 2.9.5-7 (#47274)
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/testssl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/testssl/default.nix b/pkgs/applications/networking/testssl/default.nix
index cc0cffb6e3b3..4a1f71f4b4f7 100644
--- a/pkgs/applications/networking/testssl/default.nix
+++ b/pkgs/applications/networking/testssl/default.nix
@@ -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 ];