Unverified Commit 52714269 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

tray-tui: 0.2.1 -> 0.3.0 (#426737)

parents 42bf8852 fc29e691
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.2.1";
  version = "0.3.0";

  src = fetchFromGitHub {
    owner = "Levizor";
    repo = "tray-tui";
    tag = version;
    hash = "sha256-iZyhcBCOUq2KuQR21sQiwFeEIr7DNBs1fYRu5Nv5+ng=";
    hash = "sha256-iJ3793D6/yT63s4akdFvWIpe+5wgjWv29cwB5deID60=";
  };

  useFetchCargoVendor = true;

  cargoHash = "sha256-o3FmSNOiCcbLoU6/LtbugalWUm/ME9kG8bzfem3HqWI=";
  cargoHash = "sha256-T5O37QuubTHp9a5iYrXN2Wrc+Xez+rGiAowcbSp33A4=";

  nativeBuildInputs = [
    installShellFiles