tabiew: 0.9.0 -> 0.9.4

This commit is contained in:
R. Ryantm 2025-05-06 21:00:59 +00:00
parent e7072d135f
commit 9041615e2f

View file

@ -6,17 +6,17 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "tabiew"; pname = "tabiew";
version = "0.9.0"; version = "0.9.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "shshemi"; owner = "shshemi";
repo = "tabiew"; repo = "tabiew";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-eGSlRFcSkQPXmnHQM81UYBokvH6dIn9EhrFbSfsJ22I="; hash = "sha256-5zeYqSWM/EbwjX7nHqMhERivk0gVra0QntYNh1dIp5Y=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-xzdi3LGVC0/GxE+fmQZ9VsnCreU9tEGvDa97l9TRtfY="; cargoHash = "sha256-Yic8maNIjo4Kg6nZ29dtN2PougtOa2WCMMMUiIt9iEs=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];