githooks: 3.0.5 -> 3.0.6 (#519147)

This commit is contained in:
Nick Cao
2026-05-13 19:45:03 +00:00
committed by GitHub
+3 -3
View File
@@ -9,17 +9,17 @@
}:
buildGoModule (finalAttrs: {
pname = "githooks";
version = "3.0.5";
version = "3.0.6";
src = fetchFromGitHub {
owner = "gabyx";
repo = "githooks";
rev = "v${finalAttrs.version}";
hash = "sha256-aVrMM7gZF7o6WR2/8SEsfLFsqTSbXpr7UtcSB+eO/oQ=";
hash = "sha256-aRv8zSTnpoQfhajagMKT0rpOmNWt0X4jiKv0kS6cQUE=";
};
modRoot = "./githooks";
vendorHash = "sha256-ZcDD4Z/thtyCvXg6GzzKC/FSbh700QEaqXU8FaZaZc4=";
vendorHash = "sha256-ULPbM/6DqyVPwq68MnpVesS3w1uxKBbVIZ7i5Kng+1Y=";
nativeBuildInputs = [ makeWrapper ];