csv2parquet: 0.6.0 -> 0.6.1

This commit is contained in:
R. Ryantm 2023-01-14 08:07:15 +00:00
parent 66bc6e35c9
commit dc0096a7b3

View file

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