libamqpcpp: 4.3.22 -> 4.3.23

This commit is contained in:
R. Ryantm 2023-04-20 21:47:57 +00:00
parent ec14e43941
commit 7fbd96bb75

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libamqpcpp"; pname = "libamqpcpp";
version = "4.3.22"; version = "4.3.23";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "CopernicaMarketingSoftware"; owner = "CopernicaMarketingSoftware";
repo = "AMQP-CPP"; repo = "AMQP-CPP";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-G5UgkINfkUKq0yvke0LPaogPmCMWb+jVR6+YBk0pyic="; sha256 = "sha256-9FwctFRMmHlRT12wVpqSc07nP12/2569wwhEohOEb4A=";
}; };
buildInputs = [ openssl ]; buildInputs = [ openssl ];