Skip to content

Commit

Permalink
mongoc: 1.7.0 -> 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Sep 28, 2017
1 parent 6dd6f10 commit cc258a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mongoc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
name = "mongoc-${version}";
version = "1.7.0";
version = "1.8.0";

src = fetchzip {
url = "https://github.com/mongodb/mongo-c-driver/releases/download/${version}/mongo-c-driver-${version}.tar.gz";
sha256 = "1s0j7wmgdkgawzd75psh5ml35lkx68h6pimqrnfp2z1ggzcwajgn";
sha256 = "1vnnk3pwbcmwva1010bl111kdcdx3yb2w7j7a78hhvrm1k9r1wp8";
};

propagatedBuildInputs = [ libbson ];
Expand Down

0 comments on commit cc258a6

Please sign in to comment.