Commit cc85aade authored by R. RyanTM's avatar R. RyanTM
Browse files

githooks: 3.0.1 -> 3.0.2

parent 57443256
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";