Merge pull request #291366 from r-ryantm/auto-update/xq

xq: 0.3.0 -> 0.3.1
This commit is contained in:
Nick Cao 2024-02-25 11:09:37 -05:00 committed by GitHub
commit f23f634c46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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";