Unverified Commit 375cbfc1 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

treefmt: 2.3.0 -> 2.3.1 (#409400)

parents 8c045d81 8d5d9d28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";