We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48b2ee7 + 4d60c97 commit bfc2953Copy full SHA for bfc2953
pkgs/by-name/tr/treefmt/package.nix
@@ -7,16 +7,16 @@
7
}:
8
buildGoModule rec {
9
pname = "treefmt";
10
- version = "2.2.1";
+ version = "2.3.0";
11
12
src = fetchFromGitHub {
13
owner = "numtide";
14
repo = "treefmt";
15
rev = "v${version}";
16
- hash = "sha256-gNGDqCRPvXjbfDQkEP8UsEStL9fsvUVYWPv3d8o1Bq0=";
+ hash = "sha256-tDezwRWEfPz+u/i9Wz7MZULMmmIUwnl+5gcFU+dDj6Y=";
17
};
18
19
- vendorHash = "sha256-47yOjk3eO5K0T01GUDvheJxoAJz0ZmiV2RdqTv01pYQ=";
+ vendorHash = "sha256-9yAvqz99YlBfFU/hGs1PB/sH0iOyWaVadqGhfXMkj5E=";
20
21
subPackages = [ "." ];
22
0 commit comments