check_systemd: 2.2.1 -> 2.3.1

+3 -2
+3 -2
pkgs/servers/monitoring/nagios/plugins/check_systemd.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "check_systemd"; 5 - version = "2.2.1"; 5 + version = "2.3.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Josef-Friedrich"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "04r14dhqzrdndn235dvr6afy4s4g4asynsgvj99cmyq55nah4asn"; 11 + sha256 = "11sc0gycxzq1vfvin501jnwnky2ky6ns64yjiw8vq9vmkbf8nni6"; 12 12 }; 13 13 14 14 propagatedBuildInputs = with python3Packages; [ nagiosplugin ]; ··· 29 29 meta = with lib; { 30 30 description = "Nagios / Icinga monitoring plugin to check systemd for failed units"; 31 31 inherit (src.meta) homepage; 32 + changelog = "https://github.com/Josef-Friedrich/check_systemd/releases"; 32 33 maintainers = with maintainers; [ symphorien ]; 33 34 license = licenses.lgpl2Only; 34 35 platforms = platforms.linux;