about summary refs log tree commit diff
path: root/pkgs/by-name/le/lefthook
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-29 16:19:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-29 16:19:06 +0000
commitdb53e7e1c39fc2a14f965037e1e323eb8f8e43cd (patch)
treed4e882724c5bf2d665de3f097135b940fea110ff /pkgs/by-name/le/lefthook
parent575147aed746e3230b46795176e50645b8fe8387 (diff)
lefthook: 1.6.2 -> 1.6.4
Diffstat (limited to 'pkgs/by-name/le/lefthook')
-rw-r--r--pkgs/by-name/le/lefthook/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/le/lefthook/package.nix b/pkgs/by-name/le/lefthook/package.nix
index 7ae3aa0aa240c..19eab38e3c4e3 100644
--- a/pkgs/by-name/le/lefthook/package.nix
+++ b/pkgs/by-name/le/lefthook/package.nix
@@ -6,7 +6,7 @@
 
 let
   pname = "lefthook";
-  version = "1.6.2";
+  version = "1.6.4";
 in
 buildGoModule {
   inherit pname version;
@@ -15,10 +15,10 @@ buildGoModule {
     owner = "evilmartians";
     repo = "lefthook";
     rev = "v${version}";
-    hash = "sha256-+4ihh8VnNFSGpJL7SFHHPuvqQCt2LJlUk6OJ9fuFV+M=";
+    hash = "sha256-j4ejDL0QRpRUoUYYjYAlju0A9mHwtmBTRFQVYrh+xvU=";
   };
 
-  vendorHash = "sha256-/VLS7+nPERjIU7V2CzqXH69Z3/y+GKZbAFn+KcRKRuA=";
+  vendorHash = "sha256-FEicYJUyn+eT7IqoL4XqIsL6JhYJ8+2UOgc/PTMpuI4=";
 
   nativeBuildInputs = [ installShellFiles ];