[Backport release-26.05] glpi-agent: 1.17 -> 1.18 (#534974)

This commit is contained in:
Peder Bergebakken Sundt 2026-06-25 00:40:05 +00:00 committed by GitHub
commit ff97f214fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = ''