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

libamqpcpp: 4.3.19 -> 4.3.20
This commit is contained in:
Nick Cao
2023-02-25 09:49:00 +08:00
committed by GitHub
@@ -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 ];