testssl: 2.9.5-1 -> 2.9.5-2

+2 -2
+2 -2
pkgs/applications/networking/testssl/default.nix
··· 1 { stdenv, fetchFromGitHub, pkgs }: 2 3 let 4 - version = "2.9.5-1"; 5 pwdBinPath = "${stdenv.lib.makeBinPath (with pkgs; [ coreutils ])}/pwd"; 6 opensslBinPath = "${stdenv.lib.makeBinPath (with pkgs; [ openssl ])}/openssl"; 7 ··· 12 owner = "drwetter"; 13 repo = "testssl.sh"; 14 rev = "v${version}"; 15 - sha256 = "0hz6g685jwl0c0jrdca746425xpwiwc8lnlc2gigga5hkcq8qzl9"; 16 }; 17 18 nativeBuildInputs = with pkgs; [
··· 1 { stdenv, fetchFromGitHub, pkgs }: 2 3 let 4 + version = "2.9.5-2"; 5 pwdBinPath = "${stdenv.lib.makeBinPath (with pkgs; [ coreutils ])}/pwd"; 6 opensslBinPath = "${stdenv.lib.makeBinPath (with pkgs; [ openssl ])}/openssl"; 7 ··· 12 owner = "drwetter"; 13 repo = "testssl.sh"; 14 rev = "v${version}"; 15 + sha256 = "0nrzb2lhjq0s4dabyq8nldjijsld9gq4cxm8ys1cw5jyz1875g2w"; 16 }; 17 18 nativeBuildInputs = with pkgs; [