fast-float: 6.1.2 -> 6.1.3

This commit is contained in:
Weijia Wang
2024-08-04 00:02:51 +02:00
parent 38ccc358f4
commit 5495aae6e4
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fast-float";
version = "6.1.2";
version = "6.1.3";
src = fetchFromGitHub {
owner = "fastfloat";
repo = "fast_float";
rev = "v${finalAttrs.version}";
hash = "sha256-1QH9XvY981nSKCjb2nK3tDFHkJy9N1zGNX0dACRjTxE=";
hash = "sha256-CMPk2RNbfPT+Pe2L9nS/i1JNXM0giuX+lOuF1g9tn9s=";
};
nativeBuildInputs = [ cmake ];