Skip to content

Commit

Permalink
Merge pull request NixOS#259917 from r-ryantm/auto-update/icingaweb2
Browse files Browse the repository at this point in the history
icingaweb2: 2.11.4 -> 2.12.1
  • Loading branch information
wegank authored Jan 28, 2024
2 parents 929d593 + 543e18b commit 22635a7
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 22635a7

Please sign in to comment.