treefmt: 2.3.0 -> 2.3.1

This commit is contained in:
Brian McGee
2025-05-21 13:37:06 +01:00
parent ea131632dc
commit 8d5d9d28be
+2 -2
View File
@@ -6,13 +6,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=";