icingaweb2: 2.12.5 -> 2.12.6

This commit is contained in:
R. Ryantm
2025-11-19 20:41:32 +00:00
parent a7e3137d88
commit 0c3fea1d5c
+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 ];