We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee72fc9 + ac579c6 commit 4db8287Copy full SHA for 4db8287
1 file changed
pkgs/by-name/lu/lux-cli/package.nix
@@ -18,18 +18,18 @@
18
rustPlatform.buildRustPackage (finalAttrs: {
19
pname = "lux-cli";
20
21
- version = "0.18.8";
+ version = "0.20.0";
22
23
src = fetchFromGitHub {
24
owner = "lumen-oss";
25
repo = "lux";
26
tag = "v${finalAttrs.version}";
27
- hash = "sha256-AHmIdVkU4a+zmJPWfGkmRI7Mc/NdX+KokKHn9CZ9tOM=";
+ hash = "sha256-cQ7kgg4pv7j47cvhhHV9885M1hlknZJI2FRWxX5SmCc=";
28
};
29
30
buildAndTestSubdir = "lux-cli";
31
32
- cargoHash = "sha256-noOyrKNxfndkq7VlyxLs8R8FG+1xkwM7MbKu0vO4Nh8=";
+ cargoHash = "sha256-x4cLC+UeoSI4yYdEJb26vnj9JvZ5t31J0mcnQJjZabk=";
33
34
nativeInstallCheckInputs = [
35
versionCheckHook
0 commit comments