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

tray-tui: 0.3.0 -> 0.3.2 (#466105)

parents 1821b3e8 2a0c1fe8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14733,7 +14733,7 @@
    name = "Levi Gross";
  };
  Levizor = {
    email = "levizorri@protonmail.com";
    email = "levizor@disroot.org";
    github = "Levizor";
    githubId = 132144514;
    name = "Lev Sauliak";
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "tray-tui";
  version = "0.3.0";
  version = "0.3.2";

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

  cargoHash = "sha256-T5O37QuubTHp9a5iYrXN2Wrc+Xez+rGiAowcbSp33A4=";
  cargoHash = "sha256-w5ZifkJ86OMiRdHE9f82pxlg7FBuoioD+hgI8CTJtmI=";

  nativeBuildInputs = [
    installShellFiles