about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang2024-08-21 20:22:32 +0200
committerGitHub2024-08-21 20:22:32 +0200
commit12ce469319d6365abd0491a4e2e60aae88a9ce62 (patch)
treece7e5b69713736f45a818de9ac068a378e8d4efe /pkgs
parent2c69101b001a285ddcbe12b2f69ec15f26e7b429 (diff)
parent30786d13d20d21e02598723ca81ad0cf073088bf (diff)
Merge pull request #336249 from r-ryantm/auto-update/tabiew
tabiew: 0.6.1 -> 0.6.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/ta/tabiew/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ta/tabiew/package.nix b/pkgs/by-name/ta/tabiew/package.nix
index bc5bf7e69cc3..043a2675159e 100644
--- a/pkgs/by-name/ta/tabiew/package.nix
+++ b/pkgs/by-name/ta/tabiew/package.nix
@@ -5,16 +5,16 @@
 }:
 rustPlatform.buildRustPackage rec {
   pname = "tabiew";
-  version = "0.6.1";
+  version = "0.6.2";
 
   src = fetchFromGitHub {
     owner = "shshemi";
     repo = "tabiew";
     rev = "v${version}";
-    hash = "sha256-WnIlGWfIoCq9jrMG9SI3zYFs6ItjrMFF6KiNYkiA9Ag=";
+    hash = "sha256-3f+l1gmJYl/7aTkZGxmCur9khDNSoUNjDGAHhe6T13U=";
   };
 
-  cargoHash = "sha256-lB6EaJnPoUxB+cs6rmiiOmgoOo+kzETRwKWbtsik42A=";
+  cargoHash = "sha256-FT98jzx/NQ1AWtGGLY63izKzGyjHnJNMuuQREqw+qnw=";
 
   nativeBuildInputs = [ installShellFiles ];