Merge pull request #210650 from r-ryantm/auto-update/csv2parquet

csv2parquet: 0.6.0 -> 0.6.1
This commit is contained in:
Mario Rodas 2023-01-14 08:57:59 -05:00 committed by GitHub
commit 83aa0043a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "csv2parquet";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "domoritz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-kb5j7d5lhElbDuoDpsijaXy3Dxjs7nRCUorkg4vKQi8=";
sha256 = "sha256-499DC0kLvvP5Oq2WYRb9BIppTdfm41u8hwrPU8b66Zw=";
};
cargoSha256 = "sha256-rfwqLWNl05GyIBCOv9PaaYmkHBa58x0ck8Jz1qZyeos=";
cargoHash = "sha256-GoUmr1NArOyGx1A9E9K/Od0xXR2YxZqBcBdYFumgIJU=";
meta = with lib; {
description = "Convert CSV files to Apache Parquet";