1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #320994 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 {
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 ];