Merge pull request #165831 from r-ryantm/auto-update/check_ssl_cert

checkSSLCert: 2.22.0 -> 2.23.0
This commit is contained in:
Fabian Affolter 2022-03-28 21:08:57 +02:00 committed by GitHub
commit 221dfa0857
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.22.0";
version = "2.23.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
sha256 = "sha256-ytnaygAVKppyyUnxfMlwf9GvHzt8SN5I+b2FTcyaM/4=";
sha256 = "sha256-RGl6Fgm9FVaZQMWHl93RwHvrScz69VgbIyDBqMh3PVo=";
};
nativeBuildInputs = [