treefmt2: 2.0.0-rc5 -> 2.0.1

It's the same hash, tagging it stable.
This commit is contained in:
zimbatm
2024-06-28 16:37:57 +02:00
parent c94b214471
commit f4e6ed9a4d
+1 -1
View File
@@ -1,7 +1,7 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "treefmt";
version = "2.0.0-rc5";
version = "2.0.1";
src = fetchFromGitHub {
owner = "numtide";