lakectl: 1.79.0 -> 1.80.0

Switch to buildGo126Module because upstream now requires Go >= 1.25.8 via go.work.

Release notes: https://github.com/treeverse/lakeFS/blob/v1.80.0/CHANGELOG.md
This commit is contained in:
Jakob Guldberg Aaes
2026-03-27 13:56:44 +01:00
parent ffc18bfa10
commit eff759748a
+5 -5
View File
@@ -1,24 +1,24 @@
{
lib,
buildGoModule,
buildGo126Module,
fetchFromGitHub,
nix-update-script,
}:
buildGoModule (finalAttrs: {
buildGo126Module (finalAttrs: {
pname = "lakectl";
version = "1.79.0";
version = "1.80.0";
src = fetchFromGitHub {
owner = "treeverse";
repo = "lakeFS";
tag = "v${finalAttrs.version}";
hash = "sha256-UL9JvrNvtHADI0POguLXMDNNvO1oKHXXwfr8tOyvFYc=";
hash = "sha256-fco+t73cmoXc3Irf6owloxtldAVfBHCNfYRMitiGeTY=";
};
subPackages = [ "cmd/lakectl" ];
proxyVendor = true;
vendorHash = "sha256-6XOJBDdAERD6mcneQ7UFqAPGq+pXroNlzQGNvycpVBc=";
vendorHash = "sha256-7sQMvpY+1RT2m1B14UPGCb60HQ9De5rErvoyj95Fkbc=";
ldflags = [
"-s"