checkSSLCert: 2.74.0 -> 2.75.0
Diff: https://github.com/matteocorti/check_ssl_cert/compare/refs/tags/v2.74.0...v2.75.0 Changelog: https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.75.0
This commit is contained in:
parent
1f0e8ac1f9
commit
7e8df41fb9
@ -17,13 +17,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "check_ssl_cert";
|
||||
version = "2.74.0";
|
||||
version = "2.75.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "matteocorti";
|
||||
repo = "check_ssl_cert";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-LOvJXF8J11uL70fPs2r48mGFkxqjIgMvtDn0Xrt5myE=";
|
||||
hash = "sha256-Tz1ogwht6MCRUM4Knr7Ka0VNN2yUmh/lQrJNdPEUMiI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user