Loading pkgs/by-name/cs/csvlens/package.nix +3 −13 Original line number Diff line number Diff line Loading @@ -2,30 +2,20 @@ 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"; Loading Loading
pkgs/by-name/cs/csvlens/package.nix +3 −13 Original line number Diff line number Diff line Loading @@ -2,30 +2,20 @@ 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"; Loading