xq: 0.2.42 -> 0.2.44

This commit is contained in:
R. Ryantm 2023-05-26 22:03:20 +00:00
parent d8a74c29c9
commit e3db5e86e0

View file

@ -6,14 +6,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "xq"; pname = "xq";
version = "0.2.42"; version = "0.2.44";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
sha256 = "sha256-VR2ZUt0qvQBaFZr7Gui/LywsRrPubQlzYj1PQj05xhY="; sha256 = "sha256-szrt5msjAfiWFMBHVXxqXmLCpvKre8WM/zqCOHwBEP0=";
}; };
cargoHash = "sha256-rX0fwJM8sHTuHIsmk9JpgWrTq1EA6Ksx7fFqWqY5R4k="; cargoHash = "sha256-T8H9Xnvfewf6B60AzBDn3gEps/0/dXiVl2g+eTw+OaQ=";
meta = with lib; { meta = with lib; {
description = "Pure rust implementation of jq"; description = "Pure rust implementation of jq";