Merge pull request #195246 from figsoda/update-csview

csview: 1.2.1 -> 1.2.2

authored by

Bobby Rong and committed by
GitHub
40d1ee5b 19d5bb62

+3 -3
+3 -3
pkgs/tools/text/csview/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "csview"; 5 - version = "1.2.1"; 5 + version = "1.2.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "wfxr"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-ep+bfmeXbHGD0xEqKQr1dfh7MOPfySdcZcTaEonOSas="; 11 + sha256 = "sha256-pv0zCtVHTjzkXK5EZhu6jviMJF0p9dvAuYcA6khiIos="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-IfIOettKHVay9Ls3cT9BI0zmGHle2Ew227BztbiLxEw="; 14 + cargoSha256 = "sha256-uMBwEbxI8hjoFMlH+oquHvKdyLUC9bnO5uMFHkyZjgY="; 15 15 16 16 meta = with lib; { 17 17 description = "A high performance csv viewer with cjk/emoji support";