lux-cli: 0.20.0 -> 0.20.1 (#461706)
This commit is contained in:
@@ -18,18 +18,18 @@
|
|||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "lux-cli";
|
pname = "lux-cli";
|
||||||
|
|
||||||
version = "0.20.0";
|
version = "0.20.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lumen-oss";
|
owner = "lumen-oss";
|
||||||
repo = "lux";
|
repo = "lux";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-cQ7kgg4pv7j47cvhhHV9885M1hlknZJI2FRWxX5SmCc=";
|
hash = "sha256-L676xx3TL2HTJsnYVUcVAeFUt9s6U0KVTL2FHASlZno=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildAndTestSubdir = "lux-cli";
|
buildAndTestSubdir = "lux-cli";
|
||||||
|
|
||||||
cargoHash = "sha256-x4cLC+UeoSI4yYdEJb26vnj9JvZ5t31J0mcnQJjZabk=";
|
cargoHash = "sha256-dRQ8ICNOupY7GZdQGtHVd1OCXzgBHloptYgizW8Xf5M=";
|
||||||
|
|
||||||
nativeInstallCheckInputs = [
|
nativeInstallCheckInputs = [
|
||||||
versionCheckHook
|
versionCheckHook
|
||||||
|
|||||||
Reference in New Issue
Block a user