icingaweb2-ipl: 0.8.0 -> 0.8.1

This commit is contained in:
Janne Heß 2022-05-17 17:13:13 +02:00
parent 7502133997
commit 382f515dae
No known key found for this signature in database
GPG Key ID: 69165158F05265DF

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "icingaweb2-ipl";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "Icinga";
repo = "icinga-php-library";
rev = "v${version}";
sha256 = "sha256:05k0qcd5c5xb124dpp6lvfdh4dzf6bkd34v4sy7aj776p4hrlqx2";
sha256 = "sha256:0ndd4gd26rglbz85izfvqc4ghcfa7wpq6ghrhggbzg819phndg5a";
};
installPhase = ''