Unverified Commit 53dad94e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #224422 from r-ryantm/auto-update/libamqpcpp

libamqpcpp: 4.3.20 -> 4.3.22
parents ceee5680 0bf0b2c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "libamqpcpp";
  version = "4.3.20";
  version = "4.3.22";

  src = fetchFromGitHub {
    owner = "CopernicaMarketingSoftware";
    repo = "AMQP-CPP";
    rev = "v${version}";
    sha256 = "sha256-Eby+gwcvsN5lcB+oxiqqcJiJAgTf2SQud4i1VTCXXKE=";
    sha256 = "sha256-G5UgkINfkUKq0yvke0LPaogPmCMWb+jVR6+YBk0pyic=";
  };

  buildInputs = [ openssl ];