xq: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm 2024-02-25 14:23:39 +00:00
parent ad87500e1b
commit f2bbc34726

View file

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "xq";
version = "0.3.0";
version = "0.3.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-mgvs3/gseLnFtAciW5txtYqo+8DyyQC7y/tN1kDqcb4=";
sha256 = "sha256-KR5gjRJH392s7Ue0F26slj4sRosFAAAahf6up+yOQno=";
};
cargoHash = "sha256-lSyJqGWlk3ldgAkyebuyUDLp8mJdwnw8ee6ZHQXU2Y4=";
cargoHash = "sha256-eL7VFLRfRVF2seWgHLWGudsTt5u+JcnNrJiD7K47EPA=";
meta = with lib; {
description = "Pure rust implementation of jq";