about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-20 16:09:45 -0400
committerGitHub <noreply@github.com>2024-06-20 16:09:45 -0400
commitc1bd79cc4b14e8888aea89fbc346a719e9b8e9c9 (patch)
treef1b44e0c74987e6830c3369ff01e37484dff1738 /pkgs
parentd0b821a9eaea5c9f1a4ed5259570367045a0c72f (diff)
parentc9cd0d61aaf7b325e37b1c4b9080c8e7174cc81a (diff)
Merge pull request #320994 from anas-contribs/by-name/tabiew
tabiew: 0.3.4 -> 0.3.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/ta/tabiew/package.nix13
1 files changed, 8 insertions, 5 deletions
diff --git a/pkgs/by-name/ta/tabiew/package.nix b/pkgs/by-name/ta/tabiew/package.nix
index 3c562a146666a..92560fb9247a4 100644
--- a/pkgs/by-name/ta/tabiew/package.nix
+++ b/pkgs/by-name/ta/tabiew/package.nix
@@ -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 ];