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

githooks: 3.0.1 -> 3.0.2
This commit is contained in:
Nick Cao 2024-05-08 10:37:25 -04:00 committed by GitHub
commit 765ecffa4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "githooks"; pname = "githooks";
version = "3.0.1"; version = "3.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gabyx"; owner = "gabyx";
repo = "githooks"; repo = "githooks";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-qv0nl3EEYVo/s79r+yK3ZQCGPXM2bzGdWatPY24aOZg="; hash = "sha256-gTvbvW+AFyZUBt7gSKJGc9lrl7CAy+cOElcADlIvuRk=";
}; };
modRoot = "./githooks"; modRoot = "./githooks";