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.
2 parents 77528a8 + 6ab50b5 commit d31a91cCopy full SHA for d31a91c
pkgs/by-name/lu/lux-cli/package.nix
@@ -17,18 +17,18 @@
17
rustPlatform.buildRustPackage rec {
18
pname = "lux-cli";
19
20
- version = "0.7.3";
+ version = "0.7.4";
21
22
src = fetchFromGitHub {
23
owner = "nvim-neorocks";
24
repo = "lux";
25
- tag = "v0.7.3";
26
- hash = "sha256-d/WznA6BRduQJOFlE+ll1H7XtGXs9BPrhAKST09Lh0s=";
+ tag = "v0.7.4";
+ hash = "sha256-m8GSs2gBw+WzDOBciOQHi7n4923XCd7z1TbfTnfJzUA=";
27
};
28
29
buildAndTestSubdir = "lux-cli";
30
useFetchCargoVendor = true;
31
- cargoHash = "sha256-B1Fu5KWLL/XuUvIROPh0huLw4/OHe/c+LC0/gRFpBnc=";
+ cargoHash = "sha256-7q5NqAmsHcZEwDAeNRZLiQIKzFsx6BsWAgsv2s2dmRI=";
32
33
nativeInstallCheckInputs = [
34
versionCheckHook
0 commit comments