icingaweb2-ipl: 0.13.1 -> 0.13.2

This commit is contained in:
R. Ryantm 2024-04-11 13:05:44 +00:00
parent c81c241415
commit 0c04ce6416

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "icingaweb2-ipl";
version = "0.13.1";
version = "0.13.2";
src = fetchFromGitHub {
owner = "Icinga";
repo = "icinga-php-library";
rev = "v${version}";
hash = "sha256-4f0Xx4mnc+M2i97/TFQeg2rZaJUpKkx1SvpbLWmSYNo=";
hash = "sha256-b0y3EKcYWt3cH79HvHnpiHt18ZbRf9lEsfKTZO0dHME=";
};
installPhase = ''