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

icingaweb2: 2.6.3 -> 2.7.0
This commit is contained in:
Ryan Mulligan 2019-08-04 13:28:45 -07:00 committed by GitHub
commit 8143b7affe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ stdenv, lib, fetchFromGitHub, makeWrapper, php }: with lib; stdenv.mkDerivation rec { { stdenv, lib, fetchFromGitHub, makeWrapper, php }: with lib; stdenv.mkDerivation rec {
name = "icingaweb2-${version}"; name = "icingaweb2-${version}";
version = "2.6.3"; version = "2.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Icinga"; owner = "Icinga";
repo = "icingaweb2"; repo = "icingaweb2";
rev = "v${version}"; rev = "v${version}";
sha256 = "0xcsf45m85d4ww5y2d5i73rjbp3hmc8lljc67lz9fl6f90y9gb22"; sha256 = "0akz2v9zfdchagnzdqcvzrxyw9bkmg8pp23wwdpwdrw67z2931zj";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];