lux-cli: 0.7.4 -> 0.8.2 (#424281)

Co-authored-by: mrcjkb <mrcjkb@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-11 12:20:50 +00:00
committed by GitHub
co-authored by mrcjkb
+3 -3
View File
@@ -17,18 +17,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "lux-cli";
version = "0.7.4";
version = "0.8.2";
src = fetchFromGitHub {
owner = "nvim-neorocks";
repo = "lux";
tag = "v${finalAttrs.version}";
hash = "sha256-m8GSs2gBw+WzDOBciOQHi7n4923XCd7z1TbfTnfJzUA=";
hash = "sha256-O4n/xTGd1WDiZ/LhBBifsUq7dTvBD4uLoOxX1ByJ82s=";
};
buildAndTestSubdir = "lux-cli";
useFetchCargoVendor = true;
cargoHash = "sha256-7q5NqAmsHcZEwDAeNRZLiQIKzFsx6BsWAgsv2s2dmRI=";
cargoHash = "sha256-I8dAcPWug/7l3gAyAlHjwqNVzZVEfcvWWBnXuqOEbd4=";
nativeInstallCheckInputs = [
versionCheckHook