Skip to content

Commit

Permalink
Merge pull request #196461 from r-ryantm/auto-update/lefthook
Browse files Browse the repository at this point in the history
lefthook: 1.1.2 -> 1.1.3
  • Loading branch information
figsoda authored Oct 17, 2022
2 parents 3f6a5dc + d94984c commit 3367189
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "lefthook";
version = "1.1.2";
version = "1.1.3";

src = fetchFromGitHub {
rev = "v${version}";
owner = "evilmartians";
repo = "lefthook";
sha256 = "sha256-YgW0Q1s3V9WvhYQJlAszD7DdEbfggV5w1uMKXhDrn0s=";
sha256 = "sha256-TV7ogO7mfRMpLekRAedJsdRJUBbPyxPO9MCoGg6uCno=";
};

vendorSha256 = "sha256-NTZz0EDIjGdh8dD9jxbNVdWb7NFJsdtnMp7H6Ni0EbQ=";
Expand Down

0 comments on commit 3367189

Please sign in to comment.