checkSSLCert: 2.33.0 -> 2.34.0

This commit is contained in:
Fabian Affolter 2022-07-07 23:43:22 +02:00
parent b3e5f65dce
commit 97221674bf

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.33.0";
version = "2.34.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
hash = "sha256-LNs7v56Gk8pLM+vUwQKx85cTvcCZxfpuceOXih9t6kE=";
hash = "sha256-cEjYDb614JLNyuzpSUcIiZgK4vHa6NkL/DefqV+IGdQ=";
};
nativeBuildInputs = [