libamqpcpp: 4.3.26 -> 4.3.27

This commit is contained in:
R. Ryantm
2024-10-25 14:23:48 +00:00
parent b50e35f98d
commit a7875ca3ed
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libamqpcpp";
version = "4.3.26";
version = "4.3.27";
src = fetchFromGitHub {
owner = "CopernicaMarketingSoftware";
repo = "AMQP-CPP";
rev = "v${version}";
sha256 = "sha256-lHkYoppJ/wo6RRE6V4iN6JXz5OoErJUl4IyrwiCB9FM=";
sha256 = "sha256-iaOXdDIJOBXHyjE07CvU4ApTh71lmtMCyU46AV+MGXQ=";
};
buildInputs = [ openssl ];