Skip to content

Commit

Permalink
icingaweb2: 2.11.4 -> 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 19, 2023
1 parent 4987385 commit 543e18b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/icingaweb2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenvNoCC.mkDerivation rec {
pname = "icingaweb2";
version = "2.11.4";
version = "2.12.1";

src = fetchFromGitHub {
owner = "Icinga";
repo = "icingaweb2";
rev = "v${version}";
hash = "sha256-UMC1puEM0PhIu+lJouOj81tI/E6fz1PzPN0FU7TNwTg=";
hash = "sha256-j101HsFvJZrzpK395TF4seztYfCCQKnqrpEpGj5xrtQ=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 543e18b

Please sign in to comment.