icingaweb2: 2.9.4 -> 2.9.5

This commit is contained in:
R. Ryantm 2021-12-07 05:20:04 +00:00
parent 2853aa3477
commit b9fc29de15

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "icingaweb2";
version = "2.9.4";
version = "2.9.5";
src = fetchFromGitHub {
owner = "Icinga";
repo = "icingaweb2";
rev = "v${version}";
sha256 = "sha256:1fd5d2vhiq3s7qr4hnvnh9vv4ns7dvqwq8s67av89hjf3sqgw13j";
sha256 = "sha256-yKnG+wxWVgLwG9hRRiLPmNzm9pBrf/mh5V/lLdj8Sv8=";
};
nativeBuildInputs = [ makeWrapper ];