Unverified Commit 765ecffa authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #310002 from r-ryantm/auto-update/githooks

githooks: 3.0.1 -> 3.0.2
parents 9892c2f6 cc85aade
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
buildGoModule rec {
  pname = "githooks";
  version = "3.0.1";
  version = "3.0.2";

  src = fetchFromGitHub {
    owner = "gabyx";
    repo = "githooks";
    rev = "v${version}";
    hash = "sha256-qv0nl3EEYVo/s79r+yK3ZQCGPXM2bzGdWatPY24aOZg=";
    hash = "sha256-gTvbvW+AFyZUBt7gSKJGc9lrl7CAy+cOElcADlIvuRk=";
  };

  modRoot = "./githooks";