fast-float: 8.0.0 -> 8.0.1 (#388783)

Co-authored-by: wegank <wegank@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-11 09:07:03 +00:00
committed by GitHub
co-authored by wegank
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fast-float";
version = "8.0.0";
version = "8.0.1";
src = fetchFromGitHub {
owner = "fastfloat";
repo = "fast_float";
rev = "v${finalAttrs.version}";
hash = "sha256-shP+me3iqTRrsPGYrvcbnJNRZouQbW62T24xfkEgGSE=";
hash = "sha256-Y13JdBk8pZyg748fEOj+O/6gMAaqNXIE2fLY5tsMGB0=";
};
nativeBuildInputs = [ cmake ];