summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-06-18 14:43:47 +0200
committerGitHub <noreply@github.com>2021-06-18 14:43:47 +0200
commit6a53919ea7341598d11a9d677aafdaf3916d702e (patch)
tree5f98eba0fe875e5e7ac94bc372434822370e36fe
parent3b6c3bee9174dfe56fd0e586449457467abe7116 (diff)
parentb6c2f3589d4847ceb2e43848f5ea21f673290b5e (diff)
downloadnixpkgs-6a53919ea7341598d11a9d677aafdaf3916d702e.tar
nixpkgs-6a53919ea7341598d11a9d677aafdaf3916d702e.tar.gz
nixpkgs-6a53919ea7341598d11a9d677aafdaf3916d702e.tar.bz2
nixpkgs-6a53919ea7341598d11a9d677aafdaf3916d702e.tar.lz
nixpkgs-6a53919ea7341598d11a9d677aafdaf3916d702e.tar.xz
nixpkgs-6a53919ea7341598d11a9d677aafdaf3916d702e.tar.zst
nixpkgs-6a53919ea7341598d11a9d677aafdaf3916d702e.zip
Merge pull request #127336 from xfix/testssl-3-0-5
testssl: 3.0.4 -> 3.0.5
-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 b4d17a1a493..3abc0458a00 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.4";
+  version = "3.0.5";
 
   src = fetchFromGitHub {
     owner = "drwetter";
     repo = pname;
     rev = version;
-    sha256 = "sha256-Rcvkzw1DfoRXrk0vlpL6CojEHYfYga3voc2hm4qxdmw=";
+    sha256 = "sha256-p2jPpPHtOOmv0CCsXOECgMT9sqa4ZykcJwuGOSkYLaY=";
   };
 
   nativeBuildInputs = [ makeWrapper ];
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
       TLS/SSL ciphers, protocols as well as recent cryptographic flaws and more.
     '';
     homepage = "https://testssl.sh/";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     maintainers = with maintainers; [ etu ];
   };
 }