mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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 e243cddeb6)
This commit is contained in:
parent
adf9aaad17
commit
f50f6ea0f3
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue