Merge pull request #259917 from r-ryantm/auto-update/icingaweb2

icingaweb2: 2.11.4 -> 2.12.1
This commit is contained in:
Weijia Wang 2024-01-28 11:56:08 +01:00 committed by GitHub
commit 22635a730a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "icingaweb2";
version = "2.11.4";
version = "2.12.1";
src = fetchFromGitHub {
owner = "Icinga";
repo = "icingaweb2";
rev = "v${version}";
hash = "sha256-UMC1puEM0PhIu+lJouOj81tI/E6fz1PzPN0FU7TNwTg=";
hash = "sha256-j101HsFvJZrzpK395TF4seztYfCCQKnqrpEpGj5xrtQ=";
};
nativeBuildInputs = [ makeWrapper ];