libamqpcpp: 4.1.5 -> 4.1.6
This commit is contained in:
parent
cf6477076b
commit
cb424d6a68
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libamqpcpp";
|
pname = "libamqpcpp";
|
||||||
version = "4.1.5";
|
version = "4.1.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "CopernicaMarketingSoftware";
|
owner = "CopernicaMarketingSoftware";
|
||||||
repo = "AMQP-CPP";
|
repo = "AMQP-CPP";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1jyvpa68wymnn8wnh8i59pa9kdbixv86mh8q338agnwkmzvlgm58";
|
sha256 = "0cw1apj4qxfxpp0gz4my4656d5ijjj6s2y4rjahhj67h10qj4bd2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Library for communicating with a RabbitMQ server";
|
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;
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.mjp ];
|
maintainers = [ maintainers.mjp ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user