Unverified Commit e5e665ba authored by Brian McGee's avatar Brian McGee Committed by GitHub
Browse files

treefmt: 2.1.1 -> 2.2.0 (#394906)

parent e6e380f3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@
}:
buildGoModule rec {
  pname = "treefmt";
  version = "2.1.1";
  version = "2.2.0";

  src = fetchFromGitHub {
    owner = "numtide";
    repo = "treefmt";
    rev = "v${version}";
    hash = "sha256-XD61nZhdXYrFzprv/YuazjXK/NWP5a9oCF6WBO2XTY0=";
    hash = "sha256-097qAvJnMpxvhXNEjk54TXQHIODXP8lpitbN0ekWN+U=";
  };

  vendorHash = "sha256-0qCOpLMuuiYNCX2Lqa/DUlkmDoPIyUzUHIsghoIaG1s=";
  vendorHash = "sha256-UfZqxknX2tgfH8SSYQBm71FkcMRY6PVjBHzb5ZcPk4Q=";

  subPackages = [ "." ];