Unverified Commit 139db78a authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

lefthook: 2.0.7 -> 2.0.12 (#471908)

parents 3fd88dbc 7e104b68
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

let
  pname = "lefthook";
  version = "2.0.7";
  version = "2.0.12";
in
buildGoModule {
  inherit pname version;
@@ -17,10 +17,10 @@ buildGoModule {
    owner = "evilmartians";
    repo = "lefthook";
    rev = "v${version}";
    hash = "sha256-i+3D5nepZDfFQ1zl1ykefRFA0V5tiUEiqLO9BF+UyFc=";
    hash = "sha256-Th3a5zUBrWbWHiKnoEwTA0TyZrhIQNnA/xgUrXandn8=";
  };

  vendorHash = "sha256-IUq2Qa26p7OP7Y78Cio3EvhMWD2VAN50wlBbk7AxZyo=";
  vendorHash = "sha256-4xCee6g7NowAIskatPtJQi6UnlIfQlg43Q26TryhqcE=";

  nativeBuildInputs = [ installShellFiles ];