fast-float: 6.1.4 -> 6.1.5 (#339139)

This commit is contained in:
Weijia Wang 2024-09-05 22:21:07 +02:00 committed by GitHub
commit 010f87afc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fast-float";
version = "6.1.4";
version = "6.1.5";
src = fetchFromGitHub {
owner = "fastfloat";
repo = "fast_float";
rev = "v${finalAttrs.version}";
hash = "sha256-0eVovauN7SnO3nSIWBRWAJ4dR7q5beZrIGUZ18M2pao=";
hash = "sha256-tFHrvwZKZkNkJM5VEpWRPD+yDMH1seuNDR/Rd9pCqBg=";
};
nativeBuildInputs = [ cmake ];