tabiew: 0.3.4 -> 0.3.5

This commit is contained in:
0x61nas 2024-06-19 13:42:14 +03:00
parent 6179c67369
commit c9cd0d61aa
No known key found for this signature in database
GPG key ID: 83E03DC6F3834086

View file

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