Merge pull request from anas-contribs/by-name/tabiew

tabiew: 0.3.4 -> 0.3.5
This commit is contained in:
Nick Cao 2024-06-20 16:09:45 -04:00 committed by GitHub
commit c1bd79cc4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,17 +1,20 @@
{ lib, fetchFromGitHub, rustPlatform, stdenv, installShellFiles }: { lib
, fetchFromGitHub
, rustPlatform
, installShellFiles
}:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "tabiew"; pname = "tabiew";
version = "0.3.4"; version = "0.3.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "shshemi"; owner = "shshemi";
repo = "tabiew"; repo = "tabiew";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-sJQlvJxVXHgkE4RUtlM3BNL1rZKvQa7C5wlPHjFSuus="; hash = "sha256-ObS+8901Uw9mIzMK14D0UgCWJFRNaQ0tOIq5merHYIo=";
}; };
cargoHash = "sha256-QpeCGeId6pPYSGQvcI06zFC013RLcv7ryZlEn3F9dAI="; cargoHash = "sha256-vOdjHBR/FZjYkLMvPvBZ/xTPKXgchv92BQSLLodymgY=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];