tabiew: 0.8.1 -> 0.8.2

This commit is contained in:
R. Ryantm 2025-02-11 13:05:54 +00:00
parent b64b41e8d6
commit cb9bcda34e

View File

@ -6,17 +6,17 @@
}:
rustPlatform.buildRustPackage rec {
pname = "tabiew";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "shshemi";
repo = "tabiew";
rev = "v${version}";
hash = "sha256-Q/GX3kcGx83h0XFlG0r2RGpoh63ijnaM4mp/ewrf920=";
hash = "sha256-bYmHFH39DYtv7AbKTteiAiRyzTJXzBHmQ/Mu/oEQ3fI=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-rViJDF0cC8j8OVGNCxf6C1xpA8GXrt2UZvnkOuEJEmA=";
cargoHash = "sha256-JECqyR+ONiotJhKv3AJv1JfFtP2XBECqmvXTc1kNL20=";
nativeBuildInputs = [ installShellFiles ];