Skip to content

Commit c4ca0e7

Browse files
authored
tabiew: 0.9.4 -> 0.10.0 (#419070)
2 parents 64e8019 + 87645a4 commit c4ca0e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ta/tabiew/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
}:
77
rustPlatform.buildRustPackage rec {
88
pname = "tabiew";
9-
version = "0.9.4";
9+
version = "0.10.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "shshemi";
1313
repo = "tabiew";
1414
tag = "v${version}";
15-
hash = "sha256-5zeYqSWM/EbwjX7nHqMhERivk0gVra0QntYNh1dIp5Y=";
15+
hash = "sha256-d9tMqZ5pbFK+AuSh3L5NxeRAn8KgvVmTEQaJ02E3pSg=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-Yic8maNIjo4Kg6nZ29dtN2PougtOa2WCMMMUiIt9iEs=";
19+
cargoHash = "sha256-SnFVIL3VQO1xjVygepZEvWgNX1vBTbDL0YxKUvHizu0=";
2020

2121
nativeBuildInputs = [ installShellFiles ];
2222

0 commit comments

Comments
 (0)