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

double-conversion: 3.2.0 -> 3.2.1
This commit is contained in:
Mario Rodas
2022-08-13 00:28:53 -05:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "double-conversion";
version = "3.2.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "google";
repo = "double-conversion";
rev = "v${version}";
sha256 = "sha256-Vvzjg+UOgegkH8x2vtNU1TS01k5O4ilRJjD7F+BmVmU=";
sha256 = "sha256-vrh/dCuleE3fikryXX86XC/fdVV+j8HvIe4s/SRpNJw=";
};
nativeBuildInputs = [ cmake ];