Unverified Commit 8d2da8ae authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

lux-cli: 0.18.1 -> 0.18.2 (#451453)

parents eb804817 f85279a6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,18 +18,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "lux-cli";

  version = "0.18.1";
  version = "0.18.2";

  src = fetchFromGitHub {
    owner = "lumen-oss";
    repo = "lux";
    tag = "v${finalAttrs.version}";
    hash = "sha256-1wnK+WyKS3DioYImOkFKoMntEicULne2+cvD2PVIbz8=";
    hash = "sha256-Lqw6U14fhkz4ZgSH0OBICvuj2ZJWo7p0dwhpn7szu2A=";
  };

  buildAndTestSubdir = "lux-cli";

  cargoHash = "sha256-Hax+j4f+EfYCTp9VE4qGUdptp2GEy4q0rG1v2LIiPzo=";
  cargoHash = "sha256-Dx6nmB8kmCKNzXVTROI+NIxvvCboACSOLUU1BCLnTUw=";

  nativeInstallCheckInputs = [
    versionCheckHook