githooks: 3.0.1 -> 3.0.2

This commit is contained in:
R. Ryantm 2024-05-08 01:46:51 +00:00
parent 57443256a0
commit cc85aadec0

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