treefmt: 2.3.0 -> 2.3.1

(cherry picked from commit 8d5d9d28be)
This commit is contained in:
Brian McGee
2025-05-21 13:37:06 +01:00
committed by github-actions[bot]
parent 46e0204126
commit c701041032

View File

@@ -7,13 +7,13 @@
}:
buildGoModule rec {
pname = "treefmt";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "numtide";
repo = "treefmt";
rev = "v${version}";
hash = "sha256-tDezwRWEfPz+u/i9Wz7MZULMmmIUwnl+5gcFU+dDj6Y=";
hash = "sha256-Z1AGLaGrRrUd75aQJc/UKwzMGb9gI/p5WxQ5XUgp98o=";
};
vendorHash = "sha256-9yAvqz99YlBfFU/hGs1PB/sH0iOyWaVadqGhfXMkj5E=";