checkSSLCert: 2.83.1 -> 2.84.1 (#344791)

This commit is contained in:
Fabian Affolter 2024-09-27 15:49:17 +02:00 committed by GitHub
commit 097f4f2822
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.83.1";
version = "2.84.1";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "refs/tags/v${version}";
hash = "sha256-EFFA7lhI2NlOl7gQFk4ZmLgRuH2GxLnwb4CDWX8Q6/0=";
hash = "sha256-ga8GFZidqoWHaibHgOxSyRtGEMbrQv+4+V3RMNobhbs=";
};
nativeBuildInputs = [