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

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

libamqpcpp: 4.3.24 -> 4.3.25
parents 03219c78 a0e1da0b
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.24";
  version = "4.3.25";

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

  buildInputs = [ openssl ];