Unverified Commit eb587614 authored by 0x4A6F's avatar 0x4A6F Committed by GitHub
Browse files

icingaweb2: 2.12.3 -> 2.12.4 (#399052)

parents bda0c853 d0269626
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "icingaweb2";
  version = "2.12.3";
  version = "2.12.4";

  src = fetchFromGitHub {
    owner = "Icinga";
    repo = "icingaweb2";
    rev = "v${version}";
    hash = "sha256-PWP5fECKjdXhdX1E5hYaGv/fqb1KIKfclcPiCY/MMZM=";
    hash = "sha256-Ds1SxNQ3WAhY79SWl1ZIQUl2Pb8bZlHISRaSEe+Phos=";
  };

  nativeBuildInputs = [ makeWrapper ];