icingaweb2-thirdparty: 0.11.0 -> 0.12.0

This commit is contained in:
R. Ryantm 2023-10-07 07:02:14 +00:00
parent 0b48455b2d
commit 920cbea46c

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "icingaweb2-thirdparty";
version = "0.11.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "Icinga";
repo = "icinga-php-thirdparty";
rev = "v${version}";
sha256 = "sha256-TQq80raZO4SjrQTT6IKHXxbiprSV1vtR/FzNmh4bIt8=";
sha256 = "sha256-ZKERh8lssN5TF6W2eUY1j+kSslxOmGj72dV45a23o7Q=";
};
installPhase = ''