Merge pull request #336249 from r-ryantm/auto-update/tabiew

tabiew: 0.6.1 -> 0.6.2
This commit is contained in:
Weijia Wang 2024-08-21 20:22:32 +02:00 committed by GitHub
commit 12ce469319
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "tabiew"; pname = "tabiew";
version = "0.6.1"; version = "0.6.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "shshemi"; owner = "shshemi";
repo = "tabiew"; repo = "tabiew";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-WnIlGWfIoCq9jrMG9SI3zYFs6ItjrMFF6KiNYkiA9Ag="; hash = "sha256-3f+l1gmJYl/7aTkZGxmCur9khDNSoUNjDGAHhe6T13U=";
}; };
cargoHash = "sha256-lB6EaJnPoUxB+cs6rmiiOmgoOo+kzETRwKWbtsik42A="; cargoHash = "sha256-FT98jzx/NQ1AWtGGLY63izKzGyjHnJNMuuQREqw+qnw=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];