libamqpcpp: 4.3.25 -> 4.3.26

This commit is contained in:
R. Ryantm 2023-07-07 19:17:56 +00:00
parent 93d6f73da1
commit 1e4aee37cb

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libamqpcpp";
version = "4.3.25";
version = "4.3.26";
src = fetchFromGitHub {
owner = "CopernicaMarketingSoftware";
repo = "AMQP-CPP";
rev = "v${version}";
sha256 = "sha256-9nqp7VM5korICwzZF0XTlC4uKwjSY5MoILVJBzKulPk=";
sha256 = "sha256-lHkYoppJ/wo6RRE6V4iN6JXz5OoErJUl4IyrwiCB9FM=";
};
buildInputs = [ openssl ];