icingaweb2: 2.12.3 -> 2.12.4 (#399052)

This commit is contained in:
0x4A6F
2025-04-23 14:14:49 +02:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "icingaweb2";
version = "2.12.3";
version = "2.12.4";
src = fetchFromGitHub {
owner = "Icinga";
repo = "icingaweb2";
rev = "v${version}";
hash = "sha256-PWP5fECKjdXhdX1E5hYaGv/fqb1KIKfclcPiCY/MMZM=";
hash = "sha256-Ds1SxNQ3WAhY79SWl1ZIQUl2Pb8bZlHISRaSEe+Phos=";
};
nativeBuildInputs = [ makeWrapper ];