Skip to content

Commit 47b39dc

Browse files
committed
lux-cli: 0.11.1 -> 0.13.0
1 parent 5ffee1f commit 47b39dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/lu/lux-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
rustPlatform.buildRustPackage (finalAttrs: {
1818
pname = "lux-cli";
1919

20-
version = "0.11.1";
20+
version = "0.13.0";
2121

2222
src = fetchFromGitHub {
2323
owner = "nvim-neorocks";
2424
repo = "lux";
2525
tag = "v${finalAttrs.version}";
26-
hash = "sha256-yjd8nqrypgdS2UtAANv1TtuGtZPaWm7LhVrHPghf5hg=";
26+
hash = "sha256-tx4sgh8G5R3odpBBVl0qLFWnTcmk1YYfGYkAJtHL9wE=";
2727
};
2828

2929
buildAndTestSubdir = "lux-cli";
3030

31-
cargoHash = "sha256-iKZ4FJ0IL1lnKuYTmFvx8umoB0z8M8xnvgb/GMfGKkI=";
31+
cargoHash = "sha256-dLhfDDoz2jFShk3ksxmQ8FEKc9JE/NPF4zSUV5kvgj8=";
3232

3333
nativeInstallCheckInputs = [
3434
versionCheckHook

0 commit comments

Comments
 (0)