Unverified Commit 2a0a56f2 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

fast-float: 8.2.3 -> 8.2.4 (#498650)

parents e1540295 753374bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fast-float";
  version = "8.2.3";
  version = "8.2.4";

  src = fetchFromGitHub {
    owner = "fastfloat";
    repo = "fast_float";
    rev = "v${finalAttrs.version}";
    hash = "sha256-cQxIzfVNMG0UPEUw/4GYcRzmfAcBJLcswO+gqQ8t6lw=";
    hash = "sha256-VuiOuslq9BpATlMgcoIJSDC1Y4unF0GAs1ypnMMfrQU=";
  };

  nativeBuildInputs = [ cmake ];