Skip to content

Commit d31a91c

Browse files
lux-cli: 0.7.3 -> 0.7.4 (#421473)
Co-authored-by: mrcjkb <[email protected]>
2 parents 77528a8 + 6ab50b5 commit d31a91c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

20-
version = "0.7.3";
20+
version = "0.7.4";
2121

2222
src = fetchFromGitHub {
2323
owner = "nvim-neorocks";
2424
repo = "lux";
25-
tag = "v0.7.3";
26-
hash = "sha256-d/WznA6BRduQJOFlE+ll1H7XtGXs9BPrhAKST09Lh0s=";
25+
tag = "v0.7.4";
26+
hash = "sha256-m8GSs2gBw+WzDOBciOQHi7n4923XCd7z1TbfTnfJzUA=";
2727
};
2828

2929
buildAndTestSubdir = "lux-cli";
3030
useFetchCargoVendor = true;
31-
cargoHash = "sha256-B1Fu5KWLL/XuUvIROPh0huLw4/OHe/c+LC0/gRFpBnc=";
31+
cargoHash = "sha256-7q5NqAmsHcZEwDAeNRZLiQIKzFsx6BsWAgsv2s2dmRI=";
3232

3333
nativeInstallCheckInputs = [
3434
versionCheckHook

0 commit comments

Comments
 (0)