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

This commit is contained in:
Aleksana
2025-11-30 14:50:45 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
View File
@@ -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