fast-float: 6.1.6 -> 7.0.0

This commit is contained in:
R. Ryantm
2024-11-22 02:00:50 +00:00
parent 4e7bbd80cc
commit 7ebc8047df
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fast-float";
version = "6.1.6";
version = "7.0.0";
src = fetchFromGitHub {
owner = "fastfloat";
repo = "fast_float";
rev = "v${finalAttrs.version}";
hash = "sha256-MEJMPQZZZhOFiKlPAKIi0zVzaJBvjAlbSyg3wLOQ1fg=";
hash = "sha256-CG5je117WYyemTe5PTqznDP0bvY5TeXn8Vu1Xh5yUzQ=";
};
nativeBuildInputs = [ cmake ];