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 64e8019 + 87645a4 commit c4ca0e7Copy full SHA for c4ca0e7
pkgs/by-name/ta/tabiew/package.nix
@@ -6,17 +6,17 @@
6
}:
7
rustPlatform.buildRustPackage rec {
8
pname = "tabiew";
9
- version = "0.9.4";
+ version = "0.10.0";
10
11
src = fetchFromGitHub {
12
owner = "shshemi";
13
repo = "tabiew";
14
tag = "v${version}";
15
- hash = "sha256-5zeYqSWM/EbwjX7nHqMhERivk0gVra0QntYNh1dIp5Y=";
+ hash = "sha256-d9tMqZ5pbFK+AuSh3L5NxeRAn8KgvVmTEQaJ02E3pSg=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-Yic8maNIjo4Kg6nZ29dtN2PougtOa2WCMMMUiIt9iEs=";
+ cargoHash = "sha256-SnFVIL3VQO1xjVygepZEvWgNX1vBTbDL0YxKUvHizu0=";
20
21
nativeBuildInputs = [ installShellFiles ];
22
0 commit comments