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

xq: 0.2.42 -> 0.2.44

authored by figsoda and committed by GitHub 9c0b39df e410f6d9

+3 -3
+3 -3
pkgs/tools/misc/xq/default.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "xq"; 9 - version = "0.2.42"; 10 11 src = fetchCrate { 12 inherit pname version; 13 - sha256 = "sha256-VR2ZUt0qvQBaFZr7Gui/LywsRrPubQlzYj1PQj05xhY="; 14 }; 15 16 - cargoHash = "sha256-rX0fwJM8sHTuHIsmk9JpgWrTq1EA6Ksx7fFqWqY5R4k="; 17 18 meta = with lib; { 19 description = "Pure rust implementation of jq";
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "xq"; 9 + version = "0.2.44"; 10 11 src = fetchCrate { 12 inherit pname version; 13 + sha256 = "sha256-szrt5msjAfiWFMBHVXxqXmLCpvKre8WM/zqCOHwBEP0="; 14 }; 15 16 + cargoHash = "sha256-T8H9Xnvfewf6B60AzBDn3gEps/0/dXiVl2g+eTw+OaQ="; 17 18 meta = with lib; { 19 description = "Pure rust implementation of jq";