glpi-agent: 1.17 -> 1.18 (#534857)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-24 14:50:24 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
perlPackages.buildPerlPackage rec {
pname = "glpi-agent";
version = "1.17";
version = "1.18";
src = fetchFromGitHub {
owner = "glpi-project";
repo = "glpi-agent";
tag = version;
hash = "sha256-ug3/ullvEn98UUg4fzDQl5PjVFlbgbaIiz0tuWz9XeA=";
hash = "sha256-oXnV862kb7hP1+tWIaXaFMFsGVww0/4Rw3UFEePC5KU=";
};
postPatch = ''