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

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

icingaweb2-ipl: 0.13.0 -> 0.13.1
parents 215f52ed 303cd408
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.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 = ''