Skip to content

Commit 4db8287

Browse files
lux-cli: 0.18.8 -> 0.20.0 (NixOS#459628)
2 parents ee72fc9 + ac579c6 commit 4db8287

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

21-
version = "0.18.8";
21+
version = "0.20.0";
2222

2323
src = fetchFromGitHub {
2424
owner = "lumen-oss";
2525
repo = "lux";
2626
tag = "v${finalAttrs.version}";
27-
hash = "sha256-AHmIdVkU4a+zmJPWfGkmRI7Mc/NdX+KokKHn9CZ9tOM=";
27+
hash = "sha256-cQ7kgg4pv7j47cvhhHV9885M1hlknZJI2FRWxX5SmCc=";
2828
};
2929

3030
buildAndTestSubdir = "lux-cli";
3131

32-
cargoHash = "sha256-noOyrKNxfndkq7VlyxLs8R8FG+1xkwM7MbKu0vO4Nh8=";
32+
cargoHash = "sha256-x4cLC+UeoSI4yYdEJb26vnj9JvZ5t31J0mcnQJjZabk=";
3333

3434
nativeInstallCheckInputs = [
3535
versionCheckHook

0 commit comments

Comments
 (0)