Unverified Commit c364e31d authored by Jenny's avatar Jenny Committed by GitHub
Browse files

librenms: 25.1.0 -> 25.2.0 (#384034)

parents 0a9efd56 27ab6c1a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -27,16 +27,16 @@ let
in
phpPackage.buildComposerProject2 rec {
  pname = "librenms";
  version = "25.1.0";
  version = "25.2.0";

  src = fetchFromGitHub {
    owner = "librenms";
    repo = pname;
    tag = version;
    sha256 = "sha256-Uo+JOgb1KSZkludoupIIGnuK88ER3LthGnGmShpkrNU=";
    sha256 = "sha256-BzMtUYIKbfyap8TNmGy5RReKraOoafC0Jrnq8L5URtM=";
  };

  vendorHash = "sha256-9cywwX0vWrvbi3HGARxrjsObckGiGbJPRILe0ASgrGU=";
  vendorHash = "sha256-Dkoq84E9zP7lrvZ9P5hSIeVJf1hjuhebGxEhBkYNWDM=";

  php = phpPackage;