icingaweb2: 2.10.1 -> 2.11.1

This commit is contained in:
Janne Heß 2022-09-11 22:15:32 +02:00
parent 44ef157f55
commit 302133fd22
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.10.1";
version = "2.11.1";
src = fetchFromGitHub {
owner = "Icinga";
repo = "icingaweb2";
rev = "v${version}";
sha256 = "sha256-X4RaAJjhUnSALJyFYiwagN3cHyW+GyB5MPkW7l+Zv10=";
hash = "sha256-MRk+ZshdOUg311+FNuEM+jspYM4ZqqQLx5dRBM1KNpI=";
};
nativeBuildInputs = [ makeWrapper ];