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

libamqpcpp: 4.3.10 -> 4.3.11
This commit is contained in:
Mario Rodas 2021-01-24 11:58:37 -05:00 committed by GitHub
commit c5a63a7060
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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