Unverified Commit bb8b77f5 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

lux-cli: 0.26.1 -> 0.26.3 (#501878)

parents 15a15298 3f9af421
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.26.1";
  version = "0.26.3";

  src = fetchFromGitHub {
    owner = "lumen-oss";
    repo = "lux";
    tag = "v${finalAttrs.version}";
    hash = "sha256-AJ0HgUZXK+JsdOykZhr+snONMakfZbBmJrkY/HfpSoI=";
    hash = "sha256-DyLrElXPwm34KkqglgZ7YwUQPA74XoZh3k+E/ovxc98=";
  };

  buildAndTestSubdir = "lux-cli";

  cargoHash = "sha256-VNJPOIArmqiQ2LUNej9U0PGkjRr6gjo1DJn6XTDKNaA=";
  cargoHash = "sha256-ilcsScj5QIkHFQPuO/VIH1q4C8906tI2rUzfProYZdM=";

  nativeInstallCheckInputs = [
    versionCheckHook