glpi-agent: 1.16 -> 1.17 (#509484)

This commit is contained in:
Gaétan Lepage
2026-04-13 22:47:17 +00:00
committed by GitHub
+2 -2
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 = ''