Skip to content

Commit be9539b

Browse files
authored
treefmt2: 2.1.0 -> 2.1.1 (#360123)
1 parent 04ad1f4 commit be9539b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/tr/treefmt2/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{ lib, buildGoModule, fetchFromGitHub }:
22
buildGoModule rec {
33
pname = "treefmt";
4-
version = "2.1.0";
4+
version = "2.1.1";
55

66
src = fetchFromGitHub {
77
owner = "numtide";
88
repo = "treefmt";
99
rev = "v${version}";
10-
hash = "sha256-I97mCxQMPq6fV0GD9gVbtQ/i/Sju9/+ZazbkbGqy9Qw=";
10+
hash = "sha256-XD61nZhdXYrFzprv/YuazjXK/NWP5a9oCF6WBO2XTY0=";
1111
};
1212

13-
vendorHash = "sha256-PiH+FMSPeTFwS6cMgZX8Uy2bjZnQ+APqL5d7FMnqR9U=";
13+
vendorHash = "sha256-0qCOpLMuuiYNCX2Lqa/DUlkmDoPIyUzUHIsghoIaG1s=";
1414

1515
subPackages = [ "." ];
1616

@@ -19,8 +19,8 @@ buildGoModule rec {
1919
ldflags = [
2020
"-s"
2121
"-w"
22-
"-X github.com/numtide/treefmt/build.Name=treefmt"
23-
"-X github.com/numtide/treefmt/build.Version=v${version}"
22+
"-X github.com/numtide/treefmt/v2/build.Name=treefmt"
23+
"-X github.com/numtide/treefmt/v2/build.Version=v${version}"
2424
];
2525

2626
meta = {

0 commit comments

Comments
 (0)