Merge pull request #35735 from ryantm/auto-update/jsoncpp-1.8.0-to-1.8.4

jsoncpp: 1.8.0 -> 1.8.4
This commit is contained in:
Thomas Tuegel 2018-02-28 10:04:09 -06:00 committed by GitHub
commit e7a573a85a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "jsoncpp-${version}"; name = "jsoncpp-${version}";
version = "1.8.0"; version = "1.8.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "open-source-parsers"; owner = "open-source-parsers";
repo = "jsoncpp"; repo = "jsoncpp";
rev = version; rev = version;
sha256 = "1lg22zrjnl10x1bw0wfz72xd2kfbzynyggk8vdwd89mp1g8xjl9d"; sha256 = "1z0gj7a6jypkijmpknis04qybs1hkd04d1arr3gy89lnxmp6qzlm";
}; };
/* During darwin bootstrap, we have a cp that doesn't understand the /* During darwin bootstrap, we have a cp that doesn't understand the