Commit 61b0c5a9 authored by R. RyanTM's avatar R. RyanTM
Browse files

lefthook: 1.13.6 -> 2.0.7

parent e019ef26
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

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

  vendorHash = "sha256-Md2VTvcbSMQ8ce96wyoS4Uw90MERGEeHSZc9iL0pRNs=";
  vendorHash = "sha256-IUq2Qa26p7OP7Y78Cio3EvhMWD2VAN50wlBbk7AxZyo=";

  nativeBuildInputs = [ installShellFiles ];