Skip to content

Commit

Permalink
fast-float: 6.0.0 -> 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 3, 2024
1 parent e718d58 commit 72a5ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fa/fast-float/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 72a5ada

Please sign in to comment.