Merge pull request #165443 from helsinki-systems/upd/ipl

icingaweb2-ipl: 0.7.0 -> 0.8.0
This commit is contained in:
ajs124 2022-03-23 17:22:52 +01:00 committed by GitHub
commit 2f305b20b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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