Unverified Commit e3442bdb authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #228626 from r-ryantm/auto-update/icingaweb2-ipl

icingaweb2-ipl: 0.11.0 -> 0.11.1
parents 227d24c9 4bd3d74a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "icingaweb2-ipl";
  version = "0.11.0";
  version = "0.11.1";

  src = fetchFromGitHub {
    owner = "Icinga";
    repo = "icinga-php-library";
    rev = "v${version}";
    hash = "sha256-3Vf3jT+/jh1YxJrnOFuGkhNIOyioZavSAHMmmkgA2gg=";
    hash = "sha256-XvlLNCpCLALaw4iEtDCjkLEbqcY6uTnC20UnxIRIbII=";
  };

  installPhase = ''