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-04-24 22:42:40 +0200
committerElis Hirwing <elis@hirwing.se>2019-04-24 22:42:40 +0200
commitcc05b7328612e53cc67ecf3bc1bdb52d260005c3 (patch)
tree8df5cacf72218f735f6e536899d33998d21a6c8b /pkgs/applications/networking/testssl/default.nix
parent4fbde5bb370ce76312110a5d8238a300f0971f41 (diff)
downloadnixpkgs-cc05b7328612e53cc67ecf3bc1bdb52d260005c3.tar
nixpkgs-cc05b7328612e53cc67ecf3bc1bdb52d260005c3.tar.gz
nixpkgs-cc05b7328612e53cc67ecf3bc1bdb52d260005c3.tar.bz2
nixpkgs-cc05b7328612e53cc67ecf3bc1bdb52d260005c3.tar.lz
nixpkgs-cc05b7328612e53cc67ecf3bc1bdb52d260005c3.tar.xz
nixpkgs-cc05b7328612e53cc67ecf3bc1bdb52d260005c3.tar.zst
nixpkgs-cc05b7328612e53cc67ecf3bc1bdb52d260005c3.zip
testssl: 2.9.5-8 -> 3.0rc4
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/3.0rc4
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 70a6f64e880..c2008378020 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 = "2.9.5-8";
+  version = "3.0rc4";
 
   src = fetchFromGitHub {
     owner = "drwetter";
     repo = "testssl.sh";
-    rev = "v${version}";
-    sha256 = "1fpakzm2gsv8yva58s23lhlgxkkvi3pixil2mjrlkmr0qk66rc32";
+    rev = version;
+    sha256 = "1qmsi3f4977ig8s14my5z2w9gydddanrij78f7jhyr2c8kkip7q7";
   };
 
   nativeBuildInputs = [ makeWrapper ];