checkSSLCert: 2.83.0 -> 2.83.1 (#341566)

This commit is contained in:
Fabian Affolter 2024-09-14 11:27:56 +02:00 committed by GitHub
commit 14b9afe062
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.0";
version = "2.83.1";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "refs/tags/v${version}";
hash = "sha256-wGg7KqpnHPz4kSpvM1FEc0om1xoWQNFNQ9Qeq/JfCwg=";
hash = "sha256-EFFA7lhI2NlOl7gQFk4ZmLgRuH2GxLnwb4CDWX8Q6/0=";
};
nativeBuildInputs = [