mongoc: 1.1.10 -> 1.5.4

This commit is contained in:
Robin Gloster 2017-02-02 02:45:28 +01:00
parent 9d39e8b974
commit 80d8b8c716
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
1 changed files with 2 additions and 5 deletions

View File

@ -2,16 +2,13 @@
, openssl, which
}:
let
version = "1.1.10";
in
stdenv.mkDerivation rec {
name = "mongoc-${version}";
version = "1.5.4";
src = fetchzip {
url = "https://github.com/mongodb/mongo-c-driver/releases/download/${version}/mongo-c-driver-${version}.tar.gz";
sha256 = "13yg8dpqgbpc44lsblr3szk2a5bnl2prlayv4xlkivx90m86lcx3";
sha256 = "0xjk3k76n8yz7zi6a0dx1wgpsvvn5qhpzrapdw4v3h49hwf7rc5q";
};
propagatedBuildInputs = [ libbson ];