fast-float: 6.1.0 -> 6.1.1

This commit is contained in:
R. Ryantm 2024-03-18 03:01:30 +00:00
parent 44c455bfb6
commit a013acd9d0

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fast-float";
version = "6.1.0";
version = "6.1.1";
src = fetchFromGitHub {
owner = "fastfloat";
repo = "fast_float";
rev = "v${finalAttrs.version}";
hash = "sha256-17GFUHm9FQAf3egqcQwQWqEgs2vH8K17GH2V1/DP8S0=";
hash = "sha256-acaTUI+SWKSgmyJ+J4PzR5U7UtunbRiVuf5OsTf1Hko=";
};
nativeBuildInputs = [