csvlens: 0.12.0 -> 0.13.0

Diff: https://github.com/YS-L/csvlens/compare/v0.12.0...v0.13.0

Changelog: https://github.com/YS-L/csvlens/blob/refs/tags/v0.13.0/CHANGELOG.md

natsukium ce74b58b 91d78878

Changed files
+3 -13
pkgs
by-name
cs
csvlens
+3 -13
pkgs/by-name/cs/csvlens/package.nix
···
lib,
rustPlatform,
fetchFromGitHub,
-
fetchpatch2,
}:
rustPlatform.buildRustPackage rec {
pname = "csvlens";
-
version = "0.12.0";
+
version = "0.13.0";
src = fetchFromGitHub {
owner = "YS-L";
repo = "csvlens";
tag = "v${version}";
-
hash = "sha256-kyUfpZaOpLP8nGrXH8t9cOutXFkZsmZnPmIu3t6uaWU=";
+
hash = "sha256-8NEZH+a1HBQ7lVcJlIEaeDjFU8c+4Zm6JOe0IiK0nIU=";
};
-
patches = [
-
(fetchpatch2 {
-
# https://github.com/YS-L/csvlens/pull/129
-
name = "fix-flaky-test.patch";
-
url = "https://github.com/YS-L/csvlens/commit/8544e9d4179eef10e8d1a625a41c0e1ef3eb188b.patch";
-
hash = "sha256-j02H+R14Hfm7ZEHFPRGqTY/GEzj5ETXp72kk7os9Zso=";
-
})
-
];
-
-
cargoHash = "sha256-lr1pqFodqgsKHRFGonXj0nG4elomiSMETulBdCLMR3w=";
+
cargoHash = "sha256-ro+vlkuX2eZ6Sh8uW/0ZZJnl8YqW7Yij+6xneQMDpEQ=";
meta = with lib; {
description = "Command line csv viewer";