libamqpcpp: 4.3.16 -> 4.3.17

This commit is contained in:
R. Ryantm 2022-09-13 00:08:32 +00:00
parent 4c66e7c074
commit af91d05b1c

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libamqpcpp";
version = "4.3.16";
version = "4.3.17";
src = fetchFromGitHub {
owner = "CopernicaMarketingSoftware";
repo = "AMQP-CPP";
rev = "v${version}";
sha256 = "sha256-aBLNdw9LhHFwnIt70vIYlX1/j2IUTmpm5Ub+ZImF8FI=";
sha256 = "sha256-DQzetwBpgXE1oG295DCc1m12LSbzRTD3khNbEe0O4Rg=";
};
buildInputs = [ openssl ];