Merge pull request #191260 from r-ryantm/auto-update/checkSSLCert

checkSSLCert: 2.43.0 -> 2.44.0
This commit is contained in:
Fabian Affolter 2022-09-15 08:21:17 +02:00 committed by GitHub
commit a83eb7f4ca
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.43.0";
version = "2.44.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
hash = "sha256-swJzMZDBxof8RLMxVZN79zxajMO7kuxZxD8gNpgSksI=";
hash = "sha256-/vX7DVZNFuLNNQQDoiggBdp9dsjTAKZbhxD13+VUInU=";
};
nativeBuildInputs = [