We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68937a commit 347e71eCopy full SHA for 347e71e
pkgs/by-name/la/lakectl/package.nix
@@ -7,18 +7,18 @@
7
8
buildGoModule (finalAttrs: {
9
pname = "lakectl";
10
- version = "1.53.0";
+ version = "1.53.1";
11
12
src = fetchFromGitHub {
13
owner = "treeverse";
14
repo = "lakeFS";
15
tag = "v${finalAttrs.version}";
16
- hash = "sha256-AYFhkwnlK8RU/HPemJkoZiJ1DCSszIFybJRsUIGhs4g=";
+ hash = "sha256-kZ7GvrrZq9XAq//jC6sP4uudTJsGJw6/vYXAPs63Wq8=";
17
};
18
19
subPackages = [ "cmd/lakectl" ];
20
proxyVendor = true;
21
- vendorHash = "sha256-p5eHkVbUrcSC4i+R/HGh2nSTIWVkFNiN+TVh10rdWqs=";
+ vendorHash = "sha256-X7rXEM+8fgbmG+K05KOJp8345muASgnrWGW0jbJ9WSM=";
22
23
ldflags = [
24
"-s"
0 commit comments