libamqpcpp: 4.3.10 -> 4.3.11

master
R. RyanTM 2021-01-22 14:18:51 +00:00
parent ab361e2b8e
commit 9a3c824736
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libamqpcpp";
version = "4.3.10";
version = "4.3.11";
src = fetchFromGitHub {
owner = "CopernicaMarketingSoftware";
repo = "AMQP-CPP";
rev = "v${version}";
sha256 = "0yy6sq4rvv9c0f09vljnqx92zvr39bn1spl735hzn6253d7fm3a5";
sha256 = "sha256-ZEvzZ++0f7Kf3iVbf3vQbyE8yd/dasU+dSxDDUu8Xug=";
};
buildInputs = [ openssl ];