Commit f4e6ed9a authored by zimbatm's avatar zimbatm
Browse files

treefmt2: 2.0.0-rc5 -> 2.0.1

It's the same hash, tagging it stable.
parent c94b2144
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
  pname = "treefmt";
  version = "2.0.0-rc5";
  version = "2.0.1";

  src = fetchFromGitHub {
    owner = "numtide";