From e3db5e86e056297aef94b0224fe2bf5f537e8a97 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 26 May 2023 22:03:20 +0000 Subject: [PATCH] xq: 0.2.42 -> 0.2.44 --- pkgs/tools/misc/xq/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/xq/default.nix b/pkgs/tools/misc/xq/default.nix index 410531d5a74..d7464c25cb6 100644 --- a/pkgs/tools/misc/xq/default.nix +++ b/pkgs/tools/misc/xq/default.nix @@ -6,14 +6,14 @@ rustPlatform.buildRustPackage rec { pname = "xq"; - version = "0.2.42"; + version = "0.2.44"; src = fetchCrate { inherit pname version; - sha256 = "sha256-VR2ZUt0qvQBaFZr7Gui/LywsRrPubQlzYj1PQj05xhY="; + sha256 = "sha256-szrt5msjAfiWFMBHVXxqXmLCpvKre8WM/zqCOHwBEP0="; }; - cargoHash = "sha256-rX0fwJM8sHTuHIsmk9JpgWrTq1EA6Ksx7fFqWqY5R4k="; + cargoHash = "sha256-T8H9Xnvfewf6B60AzBDn3gEps/0/dXiVl2g+eTw+OaQ="; meta = with lib; { description = "Pure rust implementation of jq";