double-conversion: 3.1.4 -> 3.1.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/double-conversion/versions
This commit is contained in:
R. RyanTM 2019-06-01 05:40:18 -07:00 committed by Nikolay Amiantov
parent 3185e5374d
commit fe7df541d2

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "double-conversion-${version}";
version = "3.1.4";
version = "3.1.5";
src = fetchFromGitHub {
owner = "google";
repo = "double-conversion";
rev = "v${version}";
sha256 = "13xwcqk2c0q8c1siw566clxcpvp0xrxvb72mra42wa3nvq9wlsv6";
sha256 = "0csy4pjw1p8rp6g5qxi2h0ychhhp1fldv7gb761627fs2mclw9gv";
};
nativeBuildInputs = [ cmake ];