Merge pull request #190839 from helsinki-systems/upd/icingaweb2

icingaweb2: 2.10.1 -> 2.11.1

authored by Janne Heß and committed by GitHub 58770a33 67d138a0

+2 -2
+2 -2
pkgs/servers/icingaweb2/default.nix
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "icingaweb2"; 5 - version = "2.10.1"; 6 7 src = fetchFromGitHub { 8 owner = "Icinga"; 9 repo = "icingaweb2"; 10 rev = "v${version}"; 11 - sha256 = "sha256-X4RaAJjhUnSALJyFYiwagN3cHyW+GyB5MPkW7l+Zv10="; 12 }; 13 14 nativeBuildInputs = [ makeWrapper ];
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "icingaweb2"; 5 + version = "2.11.1"; 6 7 src = fetchFromGitHub { 8 owner = "Icinga"; 9 repo = "icingaweb2"; 10 rev = "v${version}"; 11 + hash = "sha256-MRk+ZshdOUg311+FNuEM+jspYM4ZqqQLx5dRBM1KNpI="; 12 }; 13 14 nativeBuildInputs = [ makeWrapper ];