lefthook: 1.10.10 -> 1.10.11 (#384096)

This commit is contained in:
Wolfgang Walther
2025-02-25 20:19:56 +01:00
committed by GitHub
+3 -3
View File
@@ -7,7 +7,7 @@
let
pname = "lefthook";
version = "1.10.10";
version = "1.10.11";
in
buildGoModule {
inherit pname version;
@@ -16,10 +16,10 @@ buildGoModule {
owner = "evilmartians";
repo = "lefthook";
rev = "v${version}";
hash = "sha256-i/Ke3Zdn8nY0lorxr+eBodTd5Uze7hVaPU/xS1mwbvo=";
hash = "sha256-Ys9tvewWANpCgZsUtFlF8+Z+gKpH21iU3c9y61GY+NM=";
};
vendorHash = "sha256-uUnXIeJlZQwMEQLELnCySjFFm6QDeAq9oW4P+hFARn4=";
vendorHash = "sha256-uvPpkSqfe1NvO78kIMo5cYdr87YTGozudeESmI0q+1E=";
nativeBuildInputs = [ installShellFiles ];