lol

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

csview: 1.2.3 -> 1.2.4

authored by

Mario Rodas and committed by
GitHub
90b30785 3af79d39

+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.3"; 5 + version = "1.2.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "wfxr"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-O6IJGfJwGdtxLyUTFNHp9rGy05gVLlQTS8bTRsSYIuY="; 11 + sha256 = "sha256-7AppXnU9VQx1CMyK2evWtRFVb8qvgSzKp+oFKoIGR9w="; 12 12 }; 13 13 14 - cargoHash = "sha256-jwkoyvelxl2lJoOHznZDmd39GJMye/+vi7PjrzjlLk4="; 14 + cargoHash = "sha256-npbvKwxf6OxNw340yZ9vrQkXrZxD4G8yhZZEdDLwLs8="; 15 15 16 16 meta = with lib; { 17 17 description = "A high performance csv viewer with cjk/emoji support";