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
commit a398b0851a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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