icingaweb2: 2.12.1 -> 2.12.2 (#355693)

This commit is contained in:
R. RyanTM
2024-11-15 14:12:08 +01:00
committed by GitHub
parent 5b8a714968
commit f281060cd4
+2 -2
View File
@@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "icingaweb2";
version = "2.12.1";
version = "2.12.2";
src = fetchFromGitHub {
owner = "Icinga";
repo = "icingaweb2";
rev = "v${version}";
hash = "sha256-j101HsFvJZrzpK395TF4seztYfCCQKnqrpEpGj5xrtQ=";
hash = "sha256-RwKVANFlFWKgMBwlLmX0P4PR+eTN3uz//kMdJ8dLZuU=";
};
nativeBuildInputs = [ makeWrapper ];