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 b9c01f1 + cb9bcda commit 2b1992dCopy full SHA for 2b1992d
pkgs/by-name/ta/tabiew/package.nix
@@ -6,17 +6,17 @@
6
}:
7
rustPlatform.buildRustPackage rec {
8
pname = "tabiew";
9
- version = "0.8.1";
+ version = "0.8.2";
10
11
src = fetchFromGitHub {
12
owner = "shshemi";
13
repo = "tabiew";
14
rev = "v${version}";
15
- hash = "sha256-Q/GX3kcGx83h0XFlG0r2RGpoh63ijnaM4mp/ewrf920=";
+ hash = "sha256-bYmHFH39DYtv7AbKTteiAiRyzTJXzBHmQ/Mu/oEQ3fI=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-rViJDF0cC8j8OVGNCxf6C1xpA8GXrt2UZvnkOuEJEmA=";
+ cargoHash = "sha256-JECqyR+ONiotJhKv3AJv1JfFtP2XBECqmvXTc1kNL20=";
20
21
nativeBuildInputs = [ installShellFiles ];
22
0 commit comments