checkSSLCert: 2.42.0 -> 2.43.0

This commit is contained in:
R. Ryantm 2022-09-11 14:59:00 +00:00
parent 34fde40edd
commit 74204a6709

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.42.0";
version = "2.43.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
hash = "sha256-BfHqVuTjgcObJm6bFwlXgHdcc1IalpY9opTamHqB0Zs=";
hash = "sha256-swJzMZDBxof8RLMxVZN79zxajMO7kuxZxD8gNpgSksI=";
};
nativeBuildInputs = [