Merge pull request #315105 from r-ryantm/auto-update/lefthook

lefthook: 1.6.12 -> 1.6.13
This commit is contained in:
Weijia Wang
2024-05-29 08:41:11 +02:00
committed by GitHub
+3 -3
View File
@@ -6,7 +6,7 @@
let
pname = "lefthook";
version = "1.6.12";
version = "1.6.13";
in
buildGoModule {
inherit pname version;
@@ -15,10 +15,10 @@ buildGoModule {
owner = "evilmartians";
repo = "lefthook";
rev = "v${version}";
hash = "sha256-j39A+cHu1MUa7kP46JY8pADsOejsMX0rcBHQZflhWe8=";
hash = "sha256-D1YZu/s5Olv1fATbThMq1Hu+xUTd0EMqJSO7iha4gX0=";
};
vendorHash = "sha256-sDqP+fzAFavqtvJ98nwsD5+GxNhmLgtOkTzIK06wp9E=";
vendorHash = "sha256-M5lIfgUYMwLJu5NB54aZLofEegZiW+AUoSaVOul1ud8=";
nativeBuildInputs = [ installShellFiles ];