Skip to content

Commit e44e27c

Browse files
lakectl: 1.53.0 -> 1.53.1 (NixOS#394715)
Co-authored-by: daspk04 <[email protected]>
2 parents 255ef85 + 347e71e commit e44e27c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/la/lakectl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
buildGoModule (finalAttrs: {
99
pname = "lakectl";
10-
version = "1.53.0";
10+
version = "1.53.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "treeverse";
1414
repo = "lakeFS";
1515
tag = "v${finalAttrs.version}";
16-
hash = "sha256-AYFhkwnlK8RU/HPemJkoZiJ1DCSszIFybJRsUIGhs4g=";
16+
hash = "sha256-kZ7GvrrZq9XAq//jC6sP4uudTJsGJw6/vYXAPs63Wq8=";
1717
};
1818

1919
subPackages = [ "cmd/lakectl" ];
2020
proxyVendor = true;
21-
vendorHash = "sha256-p5eHkVbUrcSC4i+R/HGh2nSTIWVkFNiN+TVh10rdWqs=";
21+
vendorHash = "sha256-X7rXEM+8fgbmG+K05KOJp8345muASgnrWGW0jbJ9WSM=";
2222

2323
ldflags = [
2424
"-s"

0 commit comments

Comments
 (0)