Merge pull request #47080 from r-ryantm/auto-update/double-conversion

double-conversion: 3.0.0 -> 3.1.1
This commit is contained in:
Jörg Thalheim 2018-09-21 12:48:12 +01:00 committed by GitHub
commit 99004c011c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "double-conversion-${version}";
version = "3.0.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = "google";
repo = "double-conversion";
rev = "v${version}";
sha256 = "05m78wlwrg310mxh1cl3d8d0ishzfvzh84x64xmvng252m0vc8yz";
sha256 = "123rb2p4snqagrybw66vnapchqdwn2rfpr1wcq0ya9gwbyl7xccx";
};
nativeBuildInputs = [ cmake ];