Unverified Commit 40761a75 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

libamqpcpp: 4.3.19 -> 4.3.20
parents 531c91e6 28bbc44d
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.19";
  version = "4.3.20";

  src = fetchFromGitHub {
    owner = "CopernicaMarketingSoftware";
    repo = "AMQP-CPP";
    rev = "v${version}";
    sha256 = "sha256-YyWpXh/8gNYTiGAJWr8lRPhstBD0eEVRBg8IlYk8o3w=";
    sha256 = "sha256-Eby+gwcvsN5lcB+oxiqqcJiJAgTf2SQud4i1VTCXXKE=";
  };

  buildInputs = [ openssl ];