Unverified Commit ed7c2df9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #325737 from r-ryantm/auto-update/csview

csview: 1.3.2 -> 1.3.3
parents 2377d5d9 cfcf4a65
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "csview";
  version = "1.3.2";
  version = "1.3.3";

  src = fetchFromGitHub {
    owner = "wfxr";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ci0PyTZJIEagBCymtrYR/ntgYym1aGKNX4COfrE99mY=";
    sha256 = "sha256-9rjrNxMUUuH3S6fVsooscgIP+oFeQ6/gBQmuUMPDfp0=";
  };

  cargoHash = "sha256-/pswnb2vNtw8zSoWuC7oZPJ4yxVuy1c4ES1NUHhnG6I=";
  cargoHash = "sha256-/0jviI91y4eAJ0uZDQqnw9htcl+j0aybY0U5gCc9DFg=";

  meta = with lib; {
    description = "High performance csv viewer with cjk/emoji support";