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

lux-cli: 0.7.3 -> 0.7.4 (#421473)

parents 77528a85 6ab50b56
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -17,18 +17,18 @@
rustPlatform.buildRustPackage rec {
  pname = "lux-cli";

  version = "0.7.3";
  version = "0.7.4";

  src = fetchFromGitHub {
    owner = "nvim-neorocks";
    repo = "lux";
    tag = "v0.7.3";
    hash = "sha256-d/WznA6BRduQJOFlE+ll1H7XtGXs9BPrhAKST09Lh0s=";
    tag = "v0.7.4";
    hash = "sha256-m8GSs2gBw+WzDOBciOQHi7n4923XCd7z1TbfTnfJzUA=";
  };

  buildAndTestSubdir = "lux-cli";
  useFetchCargoVendor = true;
  cargoHash = "sha256-B1Fu5KWLL/XuUvIROPh0huLw4/OHe/c+LC0/gRFpBnc=";
  cargoHash = "sha256-7q5NqAmsHcZEwDAeNRZLiQIKzFsx6BsWAgsv2s2dmRI=";

  nativeInstallCheckInputs = [
    versionCheckHook