Unverified Commit 5649e27e authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

tray-tui: 0.1.0 -> 0.2.0 (#386488)

parents af0c7c75 f748da70
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,18 +7,18 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "tray-tui";
  version = "0.1.0";
  version = "0.2.0";

  src = fetchFromGitHub {
    owner = "Levizor";
    repo = "tray-tui";
    tag = version;
    hash = "sha256-N/ECG8J1wVoMevj3sDHiZiXIWmb6gKQFUfK0BiNHICM=";
    hash = "sha256-yCA0qN51xrfhHOL34prn6T4qZ7PsLHX1l2yd4o6oGCo=";
  };

  useFetchCargoVendor = true;

  cargoHash = "sha256-COz4tY6VwjpwxLNe7JIs8CBXlQyQIaDhMQkeZRKk5Zs=";
  cargoHash = "sha256-m6m9zZ/H1FpEDTh1M94ZwxLht1Of13xNqM7T3igjc6M=";

  nativeBuildInputs = [
    installShellFiles