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

fast-float: 6.0.0 -> 6.1.0
This commit is contained in:
Nick Cao 2024-02-03 10:30:25 -05:00 committed by GitHub
commit de61e9ee3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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