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

checkSSLCert: 2.23.0 -> 2.24.0
This commit is contained in:
Fabian Affolter 2022-04-10 20:56:35 +02:00 committed by GitHub
commit 9a27dfe40e
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.23.0";
version = "2.24.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
sha256 = "sha256-RGl6Fgm9FVaZQMWHl93RwHvrScz69VgbIyDBqMh3PVo=";
sha256 = "sha256-TZT37W4A09t7okPFfcOJOQEAKAchH1FJ+LRftdHZQsM=";
};
nativeBuildInputs = [