Commit 38412e10 authored by R. RyanTM's avatar R. RyanTM
Browse files

libamqpcpp: 4.3.23 -> 4.3.24

parent aad25290
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.23";
  version = "4.3.24";

  src = fetchFromGitHub {
    owner = "CopernicaMarketingSoftware";
    repo = "AMQP-CPP";
    rev = "v${version}";
    sha256 = "sha256-9FwctFRMmHlRT12wVpqSc07nP12/2569wwhEohOEb4A=";
    sha256 = "sha256-65/LsH1ZDkeBrtQUmKc5/5C2ce4nw4nSHXnJqZMKenI=";
  };

  buildInputs = [ openssl ];