about summary refs log tree commit diff
path: root/pkgs/applications/networking/testssl/default.nix
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2019-12-14 16:23:06 +0100
committerElis Hirwing <elis@hirwing.se>2019-12-14 16:23:06 +0100
commit332ccc5a583287ef641e516d7ae374f3f8bd0a52 (patch)
tree179749799a5d679206804f8fd9b254f1a51ad3cd /pkgs/applications/networking/testssl/default.nix
parent089c0efe8c934077bcb7bf8345a2368c101d12c9 (diff)
downloadnixlib-332ccc5a583287ef641e516d7ae374f3f8bd0a52.tar
nixlib-332ccc5a583287ef641e516d7ae374f3f8bd0a52.tar.gz
nixlib-332ccc5a583287ef641e516d7ae374f3f8bd0a52.tar.bz2
nixlib-332ccc5a583287ef641e516d7ae374f3f8bd0a52.tar.lz
nixlib-332ccc5a583287ef641e516d7ae374f3f8bd0a52.tar.xz
nixlib-332ccc5a583287ef641e516d7ae374f3f8bd0a52.tar.zst
nixlib-332ccc5a583287ef641e516d7ae374f3f8bd0a52.zip
testssl: 3.0rc5 -> 3.0rc6
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/3.0rc6
Diffstat (limited to 'pkgs/applications/networking/testssl/default.nix')
-rw-r--r--pkgs/applications/networking/testssl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/testssl/default.nix b/pkgs/applications/networking/testssl/default.nix
index 0c30a3def336..e518502d6f37 100644
--- a/pkgs/applications/networking/testssl/default.nix
+++ b/pkgs/applications/networking/testssl/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   pname = "testssl.sh";
-  version = "3.0rc5";
+  version = "3.0rc6";
 
   src = fetchFromGitHub {
     owner = "drwetter";
     repo = pname;
     rev = version;
-    sha256 = "14b9n0h4f2dsa292wi9gnan5ncgqblis6wyh5978lhjzi1d7gyds";
+    sha256 = "1ks7pqgrg382ry0a0jf1dwgcwv81snhkrhkjdbcpym6w5flmpjsv";
   };
 
   nativeBuildInputs = [ makeWrapper ];
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
       CLI tool which checks a server's service on any port for the support of
       TLS/SSL ciphers, protocols as well as recent cryptographic flaws and more.
     '';
-    homepage = https://testssl.sh/;
+    homepage = "https://testssl.sh/";
     license = licenses.gpl2;
     maintainers = with maintainers; [ etu ];
   };