githooks: 3.0.2 -> 3.0.3 (#343311)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-09-20 20:07:10 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
}:
buildGoModule rec {
pname = "githooks";
version = "3.0.2";
version = "3.0.3";
src = fetchFromGitHub {
owner = "gabyx";
repo = "githooks";
rev = "v${version}";
hash = "sha256-gTvbvW+AFyZUBt7gSKJGc9lrl7CAy+cOElcADlIvuRk=";
hash = "sha256-9IsE9XGeMgOPPEyBvGLZaZKyz5HjnugiELP76+alFmU=";
};
modRoot = "./githooks";