githooks: 3.0.4 -> 3.0.5 (#492574)

This commit is contained in:
Paul Meyer
2026-04-20 11:48:36 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
}:
buildGoModule (finalAttrs: {
pname = "githooks";
version = "3.0.4";
version = "3.0.5";
src = fetchFromGitHub {
owner = "gabyx";
repo = "githooks";
rev = "v${finalAttrs.version}";
hash = "sha256-pTSC8ruNiPzQO1C6j+G+WFX3pz/mWPukuWkKUSYdfHw=";
hash = "sha256-aVrMM7gZF7o6WR2/8SEsfLFsqTSbXpr7UtcSB+eO/oQ=";
};
modRoot = "./githooks";