Merge pull request #81433 from r-ryantm/auto-update/libamqpcpp
libamqpcpp: 4.1.5 -> 4.1.6
This commit is contained in:
commit
ae8addf0fe
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libamqpcpp";
|
||||
version = "4.1.5";
|
||||
version = "4.1.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "CopernicaMarketingSoftware";
|
||||
repo = "AMQP-CPP";
|
||||
rev = "v${version}";
|
||||
sha256 = "1jyvpa68wymnn8wnh8i59pa9kdbixv86mh8q338agnwkmzvlgm58";
|
||||
sha256 = "0cw1apj4qxfxpp0gz4my4656d5ijjj6s2y4rjahhj67h10qj4bd2";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Library for communicating with a RabbitMQ server";
|
||||
homepage = https://github.com/CopernicaMarketingSoftware/AMQP-CPP;
|
||||
homepage = "https://github.com/CopernicaMarketingSoftware/AMQP-CPP";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.mjp ];
|
||||
platforms = platforms.all;
|
||||
|
|
Loading…
Reference in a new issue