pqrs: 0.3.1 -> 0.3.2

This commit is contained in:
R. Ryantm 2024-06-14 01:56:56 +00:00
parent e9ee548d90
commit fe42fa567a

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "pqrs"; pname = "pqrs";
version = "0.3.1"; version = "0.3.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "manojkarthick"; owner = "manojkarthick";
repo = "pqrs"; repo = "pqrs";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-t6Y6gpMEpccCoyhG66FZEKHVNCbHblaqYZY1iJUZVUA="; sha256 = "sha256-0oSSoGZga0OGAKUNsLmKkUl8N1l0pVi4KIqrKJbeVVU=";
}; };
cargoHash = "sha256-fnoYVWpBn5Dil2o+u2MKQqd8dEKFE2i29Qz7cJae+gE="; cargoHash = "sha256-w0WD+EtVGFMGpS4a2DJrLdbunwF2yiONKQwdcQG2EB0=";
meta = with lib; { meta = with lib; {
description = "CLI tool to inspect Parquet files"; description = "CLI tool to inspect Parquet files";