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

libamqpcpp: 4.1.7 -> 4.2.1
This commit is contained in:
Mario Rodas 2020-10-19 22:57:36 -05:00 committed by GitHub
commit a24aa5d787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libamqpcpp"; pname = "libamqpcpp";
version = "4.1.7"; version = "4.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "CopernicaMarketingSoftware"; owner = "CopernicaMarketingSoftware";
repo = "AMQP-CPP"; repo = "AMQP-CPP";
rev = "v${version}"; rev = "v${version}";
sha256 = "16xgl0yqzqkqfrz7x9rbbv8rj5rg5jlz4a7apj9igqb58q0w362x"; sha256 = "0993vlvpa3vwg7qb5vl3jcnqwb8dqqfrxg4gg8mz7icnhx57kj34";
}; };
buildInputs = [ openssl ]; buildInputs = [ openssl ];