Unverified Commit af0d4d20 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

icingaweb2: 2.12.5 -> 2.12.6 (#463286)

parents c6f2f0cd 0c3fea1d
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.5";
  version = "2.12.6";

  src = fetchFromGitHub {
    owner = "Icinga";
    repo = "icingaweb2";
    rev = "v${version}";
    hash = "sha256-g55TR7rgWnxNa1OQXOaLAPg3ijtx1u3mqxAxcMLhcB4=";
    hash = "sha256-iKxvrZcwzUoh+TVsmx8jVjwHeklT1+dqzhY4kBbOB8Q=";
  };

  nativeBuildInputs = [ makeWrapper ];