File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{ lib , buildGoModule , fetchFromGitHub } :
22buildGoModule 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 = {
You can’t perform that action at this time.
0 commit comments