about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-12-28 07:22:18 +0000
committerGitHub <noreply@github.com>2021-12-28 07:22:18 +0000
commit24d629ce3d05c6e329a2b94ed9c8c5c3a6b3599a (patch)
tree825d7c2b4e28bdba5be78c3f9b1e28618cc26e7f /pkgs/tools/text
parente0f45563cdff272314da0d58633e84199a574d0b (diff)
parentcaa42b4312bed073b190acb238f7394be5cd0813 (diff)
Merge pull request #152313 from r-ryantm/auto-update/csview
csview: 0.3.9 -> 0.3.10
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/csview/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/csview/default.nix b/pkgs/tools/text/csview/default.nix
index 18b0986205482..58d1fe2a7a68f 100644
--- a/pkgs/tools/text/csview/default.nix
+++ b/pkgs/tools/text/csview/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "csview";
-  version = "0.3.9";
+  version = "0.3.10";
 
   src = fetchFromGitHub {
     owner = "wfxr";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-FrdW3f/ydjClgySEa2AIlAC9NOAr9cE4W67zXmlrUrQ=";
+    sha256 = "sha256-ezN/hU8SdC/ox+l1KJQixzFwGvfmg3zfUjf/bAtnYRU=";
   };
 
-  cargoSha256 = "sha256-cew6czpBGNF3kulgdmfoWl/4f1AyKvHTIk/3eGEwkhE=";
+  cargoSha256 = "sha256-gEiZIwISlazkBwQPFaIWM6dViumc55no8RQ8E30JfUo=";
 
   meta = with lib; {
     description = "A high performance csv viewer with cjk/emoji support";