3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #192619 from figsoda/update-csview

csview: 1.1.0 -> 1.2.1
This commit is contained in:
Bobby Rong 2022-09-24 16:27:59 +08:00 committed by GitHub
commit 2a69d6f091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "csview";
version = "1.1.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "wfxr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-yx/gGJ8QGmMaiVw+yWWhswbGpf9YZk2kWoxFXXSETyA=";
sha256 = "sha256-ep+bfmeXbHGD0xEqKQr1dfh7MOPfySdcZcTaEonOSas=";
};
cargoSha256 = "sha256-4YJfD8TuQN9aQlbhzpv69YE20tMMIUxq6UdDpJSP7lI=";
cargoSha256 = "sha256-IfIOettKHVay9Ls3cT9BI0zmGHle2Ew227BztbiLxEw=";
meta = with lib; {
description = "A high performance csv viewer with cjk/emoji support";