kyehn
2025-09-13 02:04:30 +00:00
parent 2ca437b479
commit 7b3b69d261
+8 -4
View File
@@ -3,21 +3,25 @@
fetchFromGitHub,
rustPlatform,
installShellFiles,
perl,
}:
rustPlatform.buildRustPackage rec {
pname = "tabiew";
version = "0.11.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "shshemi";
repo = "tabiew";
tag = "v${version}";
hash = "sha256-ilZOXV9P3i2Gzcop9PRCHznorEdGMje097d9my0JVeU=";
hash = "sha256-RvbHXnDaoqMHjA9u9kFs5MB6xeQG/E35PEu+1LIXIBU=";
};
cargoHash = "sha256-TYOsE0v2m0lTTK/+S82URDk4+ywu2nzzTQAi9pdBu2U=";
cargoHash = "sha256-F+5Iy8eY5s+EfMqx4z4mh0SVoBwwnbM33c3yE7FUy4g=";
nativeBuildInputs = [ installShellFiles ];
nativeBuildInputs = [
installShellFiles
perl
];
outputs = [
"out"