fast-float: 6.1.3 -> 6.1.4

This commit is contained in:
R. Ryantm 2024-08-15 03:47:36 +00:00
parent 30de35ad01
commit 8741d2a5a9

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 ];