about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authornixpkgs-merge-bot[bot] <148217876+nixpkgs-merge-bot[bot]@users.noreply.github.com>2024-06-09 16:31:33 +0000
committerGitHub <noreply@github.com>2024-06-09 16:31:33 +0000
commit06ee8f9215682bd667387e9ee019ce2aa16119a6 (patch)
treeae6ee49bbaf4524f4a033ab0e0fea8c4d9282c55 /pkgs
parentd7136286832486b876182005e9ff9eecc4b54f97 (diff)
parentba02c4b4ac960667c73c036a968bf277df0552ed (diff)
Merge pull request #318426 from r-ryantm/auto-update/lefthook
lefthook: 1.6.14 -> 1.6.15
Diffstat (limited to 'pkgs')
-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 cd6376087cf46..8655d31e67269 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.14";
+  version = "1.6.15";
 in
 buildGoModule {
   inherit pname version;
@@ -15,10 +15,10 @@ buildGoModule {
     owner = "evilmartians";
     repo = "lefthook";
     rev = "v${version}";
-    hash = "sha256-forbMU7KiPWtO79XMAuckt5wzJFQehqAZ5IYNv6Tr7I=";
+    hash = "sha256-Pc4m4T/+hABX3eGgni12EC8lD9xl5j/eALhfuSVbEJc=";
   };
 
-  vendorHash = "sha256-M5lIfgUYMwLJu5NB54aZLofEegZiW+AUoSaVOul1ud8=";
+  vendorHash = "sha256-ralnfqrP6R58Wjc/AWRf1motWZICPagZxHCkqVcwYoo=";
 
   nativeBuildInputs = [ installShellFiles ];