From f50f6ea0f3f4bf5bb044e2438f695bbc386ea228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 18 Jun 2026 01:07:52 +0200 Subject: [PATCH] librenms: 26.5.1 -> 26.6.1 Changelog: https://github.com/librenms/librenms/releases/tag/26.6.0 Changelog: https://github.com/librenms/librenms/releases/tag/26.6.1 Diff: https://github.com/librenms/librenms/compare/26.5.1...26.6.1 (cherry picked from commit e243cddeb6e6adfca2e02b10d1f8f58f214b2c75) --- pkgs/by-name/li/librenms/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/li/librenms/package.nix b/pkgs/by-name/li/librenms/package.nix index 7ecd8600145a..e99be2d3f16f 100644 --- a/pkgs/by-name/li/librenms/package.nix +++ b/pkgs/by-name/li/librenms/package.nix @@ -24,16 +24,16 @@ let in phpPackage.buildComposerProject2 rec { pname = "librenms"; - version = "26.5.1"; + version = "26.6.1"; src = fetchFromGitHub { owner = "librenms"; repo = "librenms"; tag = version; - hash = "sha256-RCSM8wSe5JOajhn4ku42NxZHDqHJjril9bg5IcPhyoE="; + hash = "sha256-RuKUdOopU8NDhsvYH1TIOdKzx5WMF9lfygZ7Ox8VM0E="; }; - vendorHash = "sha256-D7aPypNn5d/pDJMOeODLsnqU80m/swfXrIsqrRiPjCY="; + vendorHash = "sha256-evJriHdnKSVD9sDZj0xWyLmUPD/LgM8X8p8U5NwXwqk="; php = phpPackage;