Skip to content

Commit 58dfbf4

Browse files
authored
librenms: 24.10.1 -> 24.11.0 (#359456)
2 parents 94d1747 + 797eb29 commit 58dfbf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/li/librenms/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ let
2424
phpPackage = php82.withExtensions ({ enabled, all }: enabled ++ [ all.memcached ]);
2525
in phpPackage.buildComposerProject rec {
2626
pname = "librenms";
27-
version = "24.10.1";
27+
version = "24.11.0";
2828

2929
src = fetchFromGitHub {
3030
owner = "librenms";
3131
repo = pname;
3232
rev = "${version}";
33-
sha256 = "sha256-Rs6eoCXjocCP6MxTH1HEZBV7jNFZ5d6cPfvtWzGWSb8=";
33+
sha256 = "sha256-pcUkmcqD/NNedKlpNEBFf9Pmxkq6qXVdagRj/QTePzw=";
3434
};
3535

36-
vendorHash = "sha256-VWf1gN2VczS/4+aO+QFjBMjeritO/3dF6oeaOfSQibo=";
36+
vendorHash = "sha256-0ZMQYODlXLHOjwWYvbrY/VQ2Zm9D7r1NvXRyP0q346M=";
3737

3838
php = phpPackage;
3939

0 commit comments

Comments
 (0)