about summary refs log tree commit diff
path: root/pkgs/applications/networking/testssl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-10 02:14:10 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-03-10 02:14:10 +0000
commitacc5610fa04d5e8041deb66a45639f7bfaca7abd (patch)
tree42d4b5138863c7913edefbe43509a8403ea04b29 /pkgs/applications/networking/testssl
parent29b0d4d0b600f8f5dd0b86e3362a33d4181938f9 (diff)
testssl: 3.0.2 -> 3.0.4
Diffstat (limited to 'pkgs/applications/networking/testssl')
-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 611f4cf0c1f71..b4d17a1a49380 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.0.2";
+  version = "3.0.4";
 
   src = fetchFromGitHub {
     owner = "drwetter";
     repo = pname;
     rev = version;
-    sha256 = "0vfpj3g3il3imbydx3j8gx1pgzrxi0czcl9jmi749vnkf5mkmh8w";
+    sha256 = "sha256-Rcvkzw1DfoRXrk0vlpL6CojEHYfYga3voc2hm4qxdmw=";
   };
 
   nativeBuildInputs = [ makeWrapper ];