nagiosPlugins.check_systemd: 4.1.0 -> 5.0.0

This commit is contained in:
R. Ryantm
2025-08-31 03:29:09 +00:00
parent b536f7a97c
commit b407cd4410
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "check-systemd";
version = "4.1.0";
version = "5.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Josef-Friedrich";
repo = "check_systemd";
tag = "v${version}";
hash = "sha256-1e1WtWRTmOxozuOP2ndfsozuiy9LCT/Lsvb+yKH+8eY=";
hash = "sha256-i9lMF8SZwTxVCQaHQcEWqdKiOQ4ghcp5H/S+frfZXRw=";
};
postPatch = ''