Unverified Commit 1f2bcab6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

libamqpcpp: 4.3.25 -> 4.3.26
parents 8b3b80ed 1e4aee37
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];