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