checkSSLCert: 2.83.0 -> 2.83.1

This commit is contained in:
R. Ryantm 2024-09-13 11:29:33 +00:00
parent a0620779ec
commit ab68c05b96

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 = [