icingaweb2: 2.11.1 -> 2.11.3

This commit is contained in:
Janne Heß 2023-01-10 14:29:48 +01:00
parent 185fb1f8e0
commit 62fd1ccad1
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "icingaweb2";
version = "2.11.1";
version = "2.11.3";
src = fetchFromGitHub {
owner = "Icinga";
repo = "icingaweb2";
rev = "v${version}";
hash = "sha256-MRk+ZshdOUg311+FNuEM+jspYM4ZqqQLx5dRBM1KNpI=";
hash = "sha256-DxAWSU6nleTRkgtU6cW5KEJ0aQuzom+kGwTOk1Kg8CI=";
};
nativeBuildInputs = [ makeWrapper ];