Skip to content

Commit 5649e27

Browse files
tray-tui: 0.1.0 -> 0.2.0 (#386488)
2 parents af0c7c7 + f748da7 commit 5649e27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/tr/tray-tui/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
}:
88
rustPlatform.buildRustPackage rec {
99
pname = "tray-tui";
10-
version = "0.1.0";
10+
version = "0.2.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "Levizor";
1414
repo = "tray-tui";
1515
tag = version;
16-
hash = "sha256-N/ECG8J1wVoMevj3sDHiZiXIWmb6gKQFUfK0BiNHICM=";
16+
hash = "sha256-yCA0qN51xrfhHOL34prn6T4qZ7PsLHX1l2yd4o6oGCo=";
1717
};
1818

1919
useFetchCargoVendor = true;
2020

21-
cargoHash = "sha256-COz4tY6VwjpwxLNe7JIs8CBXlQyQIaDhMQkeZRKk5Zs=";
21+
cargoHash = "sha256-m6m9zZ/H1FpEDTh1M94ZwxLht1Of13xNqM7T3igjc6M=";
2222

2323
nativeBuildInputs = [
2424
installShellFiles

0 commit comments

Comments
 (0)