double-conversion: 3.1.6 -> 3.2.0

This commit is contained in:
R. Ryantm 2022-02-11 08:08:58 +00:00
parent 8ea2087394
commit 04a3cd463c

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "double-conversion"; pname = "double-conversion";
version = "3.1.6"; version = "3.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "google"; owner = "google";
repo = "double-conversion"; repo = "double-conversion";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Tg8hndib4EYSYDuEYVssv15w4pQyW5Jk+MwGJWOVQXE="; sha256 = "sha256-Vvzjg+UOgegkH8x2vtNU1TS01k5O4ilRJjD7F+BmVmU=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];