Skip to content

Commit 2b1992d

Browse files
authored
tabiew: 0.8.1 -> 0.8.2 (#381159)
2 parents b9c01f1 + cb9bcda commit 2b1992d

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.8.1";
9+
version = "0.8.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "shshemi";
1313
repo = "tabiew";
1414
rev = "v${version}";
15-
hash = "sha256-Q/GX3kcGx83h0XFlG0r2RGpoh63ijnaM4mp/ewrf920=";
15+
hash = "sha256-bYmHFH39DYtv7AbKTteiAiRyzTJXzBHmQ/Mu/oEQ3fI=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-rViJDF0cC8j8OVGNCxf6C1xpA8GXrt2UZvnkOuEJEmA=";
19+
cargoHash = "sha256-JECqyR+ONiotJhKv3AJv1JfFtP2XBECqmvXTc1kNL20=";
2020

2121
nativeBuildInputs = [ installShellFiles ];
2222

0 commit comments

Comments
 (0)