lakectl: 1.59.0 -> 1.61.0

This commit is contained in:
R. Ryantm 2025-07-09 13:45:30 +00:00
parent 247c3817d7
commit 47f1053773

View File

@ -7,18 +7,18 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "lakectl"; pname = "lakectl";
version = "1.59.0"; version = "1.61.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "treeverse"; owner = "treeverse";
repo = "lakeFS"; repo = "lakeFS";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-ygBpmPQD2gSVMsVL39TkHGpKIjdr0Wg8rjCUjEaQkWI="; hash = "sha256-GABi7iFSZXpBzzJCKfloAfEva5Xnhyqbb52W/qri0s0=";
}; };
subPackages = [ "cmd/lakectl" ]; subPackages = [ "cmd/lakectl" ];
proxyVendor = true; proxyVendor = true;
vendorHash = "sha256-U1V+JmUXtdSUXoIevCwjE3beCqWTl1Rt3jYUSkwvc0A="; vendorHash = "sha256-y257czudc0kb4wNJkY/mI/tqcblJfFDAgAa812VPvno=";
ldflags = [ ldflags = [
"-s" "-s"