Merge pull request #182318 from fabaff/check-ssl-cert-bump

checkSSLCert: 2.34.0 -> 2.35.0
This commit is contained in:
Fabian Affolter 2022-07-28 21:00:54 +02:00 committed by GitHub
commit 16c3f5b3eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.34.0";
version = "2.35.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
hash = "sha256-cEjYDb614JLNyuzpSUcIiZgK4vHa6NkL/DefqV+IGdQ=";
hash = "sha256-xJBXINIPJm48LinPAlVHGxO82Jh2Kx/0OqHr87w63yo=";
};
nativeBuildInputs = [