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

fast-float: 6.1.1 -> 6.1.2
This commit is contained in:
Weijia Wang 2024-07-23 15:24:23 +02:00 committed by GitHub
commit daa5739d1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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