Unverified Commit 93909e9c authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #307458 from r-ryantm/auto-update/csvlens

csvlens: 0.8.1 -> 0.9.0
parents fde1f723 55de7edf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,20 +7,20 @@

rustPlatform.buildRustPackage rec {
  pname = "csvlens";
  version = "0.8.1";
  version = "0.9.0";

  src = fetchFromGitHub {
    owner = "YS-L";
    repo = "csvlens";
    rev = "refs/tags/v${version}";
    hash = "sha256-4lKiqojBF8mqAp56eTDfJcK276IzEDLA3pORKIZpC94=";
    hash = "sha256-Qpda9qADnj3eGz+nvD6VgxUOwTXrFI1rMam6+sfK6MQ=";
  };

  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
    darwin.apple_sdk.frameworks.AppKit
  ];

  cargoHash = "sha256-EzM7qGor/B17N4KDTsQzgiV4pgXE2D47RZcrmKVkPu8=";
  cargoHash = "sha256-PDOuAz+ov1S7i7TpRp4YaeoQQJ4paal6FI0VU25d4zU=";

  meta = with lib; {
    description = "Command line csv viewer";