nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

icingaweb2-ipl: 0.16.0 -> 0.16.1 (#417860)

authored by

Wolfgang Walther and committed by
GitHub
9fcd8c86 1dea0df7

+2 -2
+2 -2
pkgs/servers/icingaweb2/ipl.nix
··· 7 7 8 8 stdenvNoCC.mkDerivation rec { 9 9 pname = "icingaweb2-ipl"; 10 - version = "0.16.0"; 10 + version = "0.16.1"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "Icinga"; 14 14 repo = "icinga-php-library"; 15 15 rev = "v${version}"; 16 - hash = "sha256-1hq7jPe8WiCPAfz7j273BCBWsX1xLVp85vhTEV+2D/E="; 16 + hash = "sha256-NDzSX/+3DSxWCoDVkfu9XzhGiw81o07GHrUtef7zyMQ="; 17 17 }; 18 18 19 19 installPhase = ''