fast-float: 8.2.8 -> 8.2.10

This commit is contained in:
R. Ryantm
2026-06-20 13:40:24 +00:00
parent 9a21e4f721
commit 2ebd5ffa12
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fast-float";
version = "8.2.8";
version = "8.2.10";
src = fetchFromGitHub {
owner = "fastfloat";
repo = "fast_float";
rev = "v${finalAttrs.version}";
hash = "sha256-wnWZyQJzg6vzaRi3hbNHCAZre+NrI7KMoJwJp94fy70=";
hash = "sha256-DOwDLnMwlXAP5SfDJuxhkmLmcBZ1wBvXEJr5RuHepp4=";
};
nativeBuildInputs = [ cmake ];