double-conversion: 2.0.1 -> 3.0.0

Semi-automatic update. These checks were performed:

- built on NixOS
- found 3.0.0 with grep in /nix/store/3401963nw3aw97ng939gk6viifymqzgx-double-conversion-3.0.0
- found 3.0.0 in filename of file in /nix/store/3401963nw3aw97ng939gk6viifymqzgx-double-conversion-3.0.0
This commit is contained in:
Ryan Mulligan 2018-02-25 20:18:18 -08:00
parent 0fadb81af4
commit 4042708b7f

View file

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