Commit b63a2628 authored by R. RyanTM's avatar R. RyanTM
Browse files

lefthook: 1.13.0 -> 1.13.4

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

let
  pname = "lefthook";
  version = "1.13.0";
  version = "1.13.4";
in
buildGoModule {
  inherit pname version;
@@ -17,10 +17,10 @@ buildGoModule {
    owner = "evilmartians";
    repo = "lefthook";
    rev = "v${version}";
    hash = "sha256-K7qTf5wTBhOZpYMfCs+G+EeAXClYw37H2L1tAfcVeAE=";
    hash = "sha256-/ZZ+eFHKQoqOzUNpTZ1Ef2A0EQbgT+CWau/q9hhuTHU=";
  };

  vendorHash = "sha256-n+5tIEI/s32w8oWws6loFrtc8CSb2d368uqKZRkVuJs=";
  vendorHash = "sha256-HQ6xpHYAOkT48UvOIf0g49jp5dt/4zuwmy8r/9KAZUk=";

  nativeBuildInputs = [ installShellFiles ];