githooks: 3.0.3 -> 3.0.4

This commit is contained in:
R. Ryantm 2024-09-30 03:08:11 +00:00
parent fe370c252d
commit e6d4785ec0

View File

@ -9,13 +9,13 @@
}:
buildGoModule rec {
pname = "githooks";
version = "3.0.3";
version = "3.0.4";
src = fetchFromGitHub {
owner = "gabyx";
repo = "githooks";
rev = "v${version}";
hash = "sha256-9IsE9XGeMgOPPEyBvGLZaZKyz5HjnugiELP76+alFmU=";
hash = "sha256-pTSC8ruNiPzQO1C6j+G+WFX3pz/mWPukuWkKUSYdfHw=";
};
modRoot = "./githooks";