Skip to content

Commit

Permalink
fast_float: 5.0.0 -> 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Sep 7, 2023
1 parent e7f6372 commit 43b3140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/fast_float/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "fast_float";
version = "5.0.0";
version = "5.2.0";

src = fetchFromGitHub {
owner = "fastfloat";
repo = "fast_float";
rev = "v${version}";
sha256 = "sha256-pJ3ZkfFQL8JjjuI/GNYvjzAqu+yBAvu26fAiAQxqE/g=";
sha256 = "sha256-lirrk2J8XkGkazsnExEW7bKwz2GtYiyZ3VZEprevs1w=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 43b3140

Please sign in to comment.