icingaweb2: 2.12.5 -> 2.12.6 (#463286)

This commit is contained in:
Aleksana
2025-11-24 03:46:27 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "icingaweb2";
version = "2.12.5";
version = "2.12.6";
src = fetchFromGitHub {
owner = "Icinga";
repo = "icingaweb2";
rev = "v${version}";
hash = "sha256-g55TR7rgWnxNa1OQXOaLAPg3ijtx1u3mqxAxcMLhcB4=";
hash = "sha256-iKxvrZcwzUoh+TVsmx8jVjwHeklT1+dqzhY4kBbOB8Q=";
};
nativeBuildInputs = [ makeWrapper ];