We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af0c7c7 + f748da7 commit 5649e27Copy full SHA for 5649e27
pkgs/by-name/tr/tray-tui/package.nix
@@ -7,18 +7,18 @@
7
}:
8
rustPlatform.buildRustPackage rec {
9
pname = "tray-tui";
10
- version = "0.1.0";
+ version = "0.2.0";
11
12
src = fetchFromGitHub {
13
owner = "Levizor";
14
repo = "tray-tui";
15
tag = version;
16
- hash = "sha256-N/ECG8J1wVoMevj3sDHiZiXIWmb6gKQFUfK0BiNHICM=";
+ hash = "sha256-yCA0qN51xrfhHOL34prn6T4qZ7PsLHX1l2yd4o6oGCo=";
17
};
18
19
useFetchCargoVendor = true;
20
21
- cargoHash = "sha256-COz4tY6VwjpwxLNe7JIs8CBXlQyQIaDhMQkeZRKk5Zs=";
+ cargoHash = "sha256-m6m9zZ/H1FpEDTh1M94ZwxLht1Of13xNqM7T3igjc6M=";
22
23
nativeBuildInputs = [
24
installShellFiles
0 commit comments