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

double-conversion: 3.2.1 -> 3.3.0
This commit is contained in:
Weijia Wang 2023-05-24 14:02:31 +03:00 committed by GitHub
commit 4492ca73e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "double-conversion";
version = "3.2.1";
version = "3.3.0";
src = fetchFromGitHub {
owner = "google";
repo = "double-conversion";
rev = "v${version}";
sha256 = "sha256-vrh/dCuleE3fikryXX86XC/fdVV+j8HvIe4s/SRpNJw=";
sha256 = "sha256-DkMoHHoHwV4p40IINEqEPzKsCa0LHrJAFw2Yftw7zHo=";
};
nativeBuildInputs = [ cmake ];