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
1 changed files with 2 additions and 2 deletions

View File

@ -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";