Skip to content

Commit

Permalink
librenms: 24.9.1 -> 24.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NetaliDev committed Nov 22, 2024
1 parent 7b64d9a commit 09c32b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/li/librenms/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ let
phpPackage = php82.withExtensions ({ enabled, all }: enabled ++ [ all.memcached ]);
in phpPackage.buildComposerProject rec {
pname = "librenms";
version = "24.9.1";
version = "24.10.1";

src = fetchFromGitHub {
owner = "librenms";
repo = pname;
rev = "${version}";
sha256 = "sha256-6LNhMtw2U7/31Qsd1C8u+iT99CCdoz3qQh0hjsDM+9A=";
sha256 = "sha256-Rs6eoCXjocCP6MxTH1HEZBV7jNFZ5d6cPfvtWzGWSb8=";
};

vendorHash = "sha256-VWf1gN2VczS/4+aO+QFjBMjeritO/3dF6oeaOfSQibo=";
Expand Down

0 comments on commit 09c32b4

Please sign in to comment.