libamqpcpp: 4.3.18 -> 4.3.19

This commit is contained in:
R. Ryantm 2023-01-14 00:29:49 +00:00
parent 66bc6e35c9
commit a1b357d321

View file

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