icingaweb2: 2.11.1 -> 2.11.3

This commit is contained in:
Janne Heß
2023-01-10 14:32:24 +01:00
parent 185fb1f8e0
commit 62fd1ccad1
+2 -2
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 ];