lux-cli: 0.43.5 -> 0.45.2

This commit is contained in:
R. Ryantm
2026-09-18 03:17:43 +00:00
parent b4b5d45e51
commit ec71e34d8a

View File

@@ -19,18 +19,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "lux-cli";
version = "0.43.5";
version = "0.45.2";
src = fetchFromGitHub {
owner = "lumen-oss";
repo = "lux";
tag = "v${finalAttrs.version}";
hash = "sha256-Uo180nB7/7lcYeaOCcOODtWJaqf4eQeMPKHN2OIVP70=";
hash = "sha256-pcja7xJX2ONZUG9VbmeAJfmvg9VAZ51xrZDNz0IMe18=";
};
buildAndTestSubdir = "lux-cli";
cargoHash = "sha256-fQoKFzMhvwlEXLmJQGiarPp2gtAJjodjQK7DjnY7reM=";
cargoHash = "sha256-DUbbV7pyGxmnQ1I/KuiUQ0oUf5JJ1pPzo+6rApe0TLo=";
nativeInstallCheckInputs = [
versionCheckHook