Unverified Commit 04a98934 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #214605 from r-ryantm/auto-update/icingaweb2

icingaweb2: 2.11.3 -> 2.11.4
parents 40c137ce a22898bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

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

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

  nativeBuildInputs = [ makeWrapper ];