libamqpcpp: 4.3.19 -> 4.3.20

This commit is contained in:
R. Ryantm 2023-02-24 23:57:15 +00:00
parent 21299ca839
commit 28bbc44d80

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libamqpcpp";
version = "4.3.19";
version = "4.3.20";
src = fetchFromGitHub {
owner = "CopernicaMarketingSoftware";
repo = "AMQP-CPP";
rev = "v${version}";
sha256 = "sha256-YyWpXh/8gNYTiGAJWr8lRPhstBD0eEVRBg8IlYk8o3w=";
sha256 = "sha256-Eby+gwcvsN5lcB+oxiqqcJiJAgTf2SQud4i1VTCXXKE=";
};
buildInputs = [ openssl ];