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.
1 parent 521ddca commit 1f45c9eCopy full SHA for 1f45c9e
pkgs/by-name/ta/tabiew/package.nix
@@ -6,17 +6,17 @@
6
}:
7
rustPlatform.buildRustPackage rec {
8
pname = "tabiew";
9
- version = "0.8.2";
+ version = "0.8.4";
10
11
src = fetchFromGitHub {
12
owner = "shshemi";
13
repo = "tabiew";
14
rev = "v${version}";
15
- hash = "sha256-bYmHFH39DYtv7AbKTteiAiRyzTJXzBHmQ/Mu/oEQ3fI=";
+ hash = "sha256-0lg5HYHFjJktpPI4SWBPtHC2DOuLhOnnPr3aZ6OZsDU=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-JECqyR+ONiotJhKv3AJv1JfFtP2XBECqmvXTc1kNL20=";
+ cargoHash = "sha256-mVYC+L3iEzeNUl75SioWH82ayD4mzOf0Dr53MJhFQcQ=";
20
21
nativeBuildInputs = [ installShellFiles ];
22
0 commit comments