Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ddcf01bca6c7
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 078d8853cfb7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 27, 2019

  1. libamqpcpp: 3.0.0 -> 4.1.3

    MikePlayle committed Jan 27, 2019
    Copy the full SHA
    449b710 View commit details

Commits on Jan 28, 2019

  1. Merge pull request #54699 from MikePlayle/master

    libamqpcpp: 3.0.0 -> 4.1.3
    grahamc authored Jan 28, 2019
    Copy the full SHA
    078d885 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/libamqpcpp/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libamqpcpp/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "libamqpcpp-${version}";
version = "3.0.0";
version = "4.1.3";

src = fetchFromGitHub {
owner = "CopernicaMarketingSoftware";
repo = "AMQP-CPP";
rev = "v${version}";
sha256 = "0n93wy2v2hx9zalpyn8zxsxihh0xpgcd472qwvwsc253y97v8ngv";
sha256 = "0qk431ra7vcklc67fdaddrj5a7j50znjr79zrwvhkcfy82fd56zw";
};

buildInputs = [ openssl ];