icingaweb2-ipl: 0.13.0 -> 0.13.1

This commit is contained in:
R. Ryantm 2023-12-15 20:31:10 +00:00
parent d17c5a31dc
commit 303cd408d7

View File

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