tray-tui: 0.2.0 -> 0.2.1

This commit is contained in:
Levizor
2025-06-26 15:59:55 +02:00
parent 0d36547deb
commit 2cacee7730
+3 -3
View File
@@ -7,18 +7,18 @@
}:
rustPlatform.buildRustPackage rec {
pname = "tray-tui";
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "Levizor";
repo = "tray-tui";
tag = version;
hash = "sha256-yCA0qN51xrfhHOL34prn6T4qZ7PsLHX1l2yd4o6oGCo=";
hash = "sha256-iZyhcBCOUq2KuQR21sQiwFeEIr7DNBs1fYRu5Nv5+ng=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-m6m9zZ/H1FpEDTh1M94ZwxLht1Of13xNqM7T3igjc6M=";
cargoHash = "sha256-o3FmSNOiCcbLoU6/LtbugalWUm/ME9kG8bzfem3HqWI=";
nativeBuildInputs = [
installShellFiles