Merge pull request #334767 from r-ryantm/auto-update/fast-float

fast-float: 6.1.3 -> 6.1.4
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-08-15 12:13:55 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fast-float";
version = "6.1.3";
version = "6.1.4";
src = fetchFromGitHub {
owner = "fastfloat";
repo = "fast_float";
rev = "v${finalAttrs.version}";
hash = "sha256-CMPk2RNbfPT+Pe2L9nS/i1JNXM0giuX+lOuF1g9tn9s=";
hash = "sha256-0eVovauN7SnO3nSIWBRWAJ4dR7q5beZrIGUZ18M2pao=";
};
nativeBuildInputs = [ cmake ];