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

icingaweb2: 2.11.3 -> 2.11.4
This commit is contained in:
Weijia Wang 2023-02-07 17:56:37 +01:00 committed by GitHub
commit 04a98934c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "icingaweb2";
version = "2.11.3";
version = "2.11.4";
src = fetchFromGitHub {
owner = "Icinga";
repo = "icingaweb2";
rev = "v${version}";
hash = "sha256-DxAWSU6nleTRkgtU6cW5KEJ0aQuzom+kGwTOk1Kg8CI=";
hash = "sha256-UMC1puEM0PhIu+lJouOj81tI/E6fz1PzPN0FU7TNwTg=";
};
nativeBuildInputs = [ makeWrapper ];