Skip to content

Commit

Permalink
treefmt2: 2.0.0-rc3 -> 2.0.0-rc4 (NixOS#317682)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcgee authored Jun 6, 2024
1 parent ad39d6b commit 3cd5c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/tr/treefmt2/package.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "treefmt";
version = "2.0.0-rc3";
version = "2.0.0-rc4";

src = fetchFromGitHub {
owner = "numtide";
repo = "treefmt";
rev = "v${version}";
hash = "sha256-vc9MRwwzPSNPdZYwNwP6g4ffKshbRxW7DRrUHbvYLuM=";
hash = "sha256-8l4d3ABd7XEu3ZrtBPS15N0zNHcb+A36j2EV/QZmA9U=";
};

vendorHash = "sha256-rjdGNfR2DpLZCzL/+3xiZ7gGDd4bPyBT5qMCO+NyWbg=";
Expand Down

0 comments on commit 3cd5c5c

Please sign in to comment.