mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 00:27:37 +00:00
libamqpcpp: 4.3.20 -> 4.3.22
This commit is contained in:
parent
f5c732d453
commit
0bf0b2c59d
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libamqpcpp";
|
||||
version = "4.3.20";
|
||||
version = "4.3.22";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "CopernicaMarketingSoftware";
|
||||
repo = "AMQP-CPP";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-Eby+gwcvsN5lcB+oxiqqcJiJAgTf2SQud4i1VTCXXKE=";
|
||||
sha256 = "sha256-G5UgkINfkUKq0yvke0LPaogPmCMWb+jVR6+YBk0pyic=";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
|
Loading…
Reference in New Issue
Block a user