Merge pull request #227347 from r-ryantm/auto-update/libamqpcpp

libamqpcpp: 4.3.22 -> 4.3.23
This commit is contained in:
Mario Rodas 2023-04-20 18:27:39 -05:00 committed by GitHub
commit abe99e531d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];