double-conversion: 3.1.5 -> 3.1.6

This commit is contained in:
R. Ryantm 2021-12-06 15:35:11 +00:00 committed by Jan Tojnar
parent a5b0dd620b
commit 3b1789762e

View File

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