librenms: 25.6.0 -> 25.7.0 (#426697)

This commit is contained in:
Thomas Gerbet 2025-08-18 13:21:11 +02:00 committed by GitHub
commit 5d6a7a1815
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,16 +27,16 @@ let
in
phpPackage.buildComposerProject2 rec {
pname = "librenms";
version = "25.6.0";
version = "25.7.0";
src = fetchFromGitHub {
owner = "librenms";
repo = "librenms";
tag = version;
sha256 = "sha256-8LL0D1vIThjZ5RBIQ6INAuXz0bbhOBEZMFYhv3OX1c8=";
sha256 = "sha256-YXSzHqMJwqEYP1c6hLT7t9CyOJ2GZMELoqGQf2GSjdA=";
};
vendorHash = "sha256-9ndmr1cs6+p2EThs8UQkNsSFHd/1wxbPOgw2rX5ZivU=";
vendorHash = "sha256-YlGT326Yp8A6rR4LHaczrNu5SOgQBUA11WBpJhHNhvg=";
php = phpPackage;