checkSSLCert: 1.72.0 -> 1.73.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/check_ssl_cert/versions
This commit is contained in:
R. RyanTM 2018-10-03 21:30:58 -07:00
parent 4d1abc4419
commit af910b2ffa

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "check_ssl_cert-${version}";
version = "1.72.0";
version = "1.73.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
sha256 = "1125yffw0asxa3blcgg6gr8nvwc5jhxbqi0wak5w06svw8ka9wpr";
sha256 = "0ymaypsv1s5pmk8fg9d67khcjy5h7vjbg6hd1fgslp92qcw90dqa";
};
nativeBuildInputs = [ makeWrapper ];