Skip to content

Commit

Permalink
githooks: 3.0.2 -> 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 20, 2024
1 parent 02971f9 commit 4356222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/gi/githooks/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 4356222

Please sign in to comment.