Merge pull request #180594 from fabaff/checkSSLCert-bump

checkSSLCert: 2.33.0 -> 2.34.0
This commit is contained in:
Fabian Affolter
2022-07-08 16:48:15 +02:00
committed by GitHub
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.33.0";
version = "2.34.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
hash = "sha256-LNs7v56Gk8pLM+vUwQKx85cTvcCZxfpuceOXih9t6kE=";
hash = "sha256-cEjYDb614JLNyuzpSUcIiZgK4vHa6NkL/DefqV+IGdQ=";
};
nativeBuildInputs = [