glpi-agent: 1.16 -> 1.17

This commit is contained in:
liberodark
2026-04-13 10:12:33 +02:00
parent abb7d7cbcb
commit 82a11027ac

View File

@@ -16,13 +16,13 @@
perlPackages.buildPerlPackage rec {
pname = "glpi-agent";
version = "1.16";
version = "1.17";
src = fetchFromGitHub {
owner = "glpi-project";
repo = "glpi-agent";
tag = version;
hash = "sha256-JocNClbFH6fSZJDAVQCPaRvHrkLboNbQVTpyHjOV7go=";
hash = "sha256-ug3/ullvEn98UUg4fzDQl5PjVFlbgbaIiz0tuWz9XeA=";
};
postPatch = ''