about summary refs log tree commit diff
path: root/pkgs/tools/misc/xq
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-30 09:01:50 +0000
committerBobby Rong <rjl931189261@126.com>2022-10-31 11:21:16 +0800
commit41cd71f33878879f4979d9590b09afebea2fb46d (patch)
treed62885ebeebe80f21975b92af83921430e3a2c47 /pkgs/tools/misc/xq
parent83018dd5d795a7f0729c94c2d234986f2858c300 (diff)
xq: 0.2.39 -> 0.2.40
Diffstat (limited to 'pkgs/tools/misc/xq')
-rw-r--r--pkgs/tools/misc/xq/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/xq/default.nix b/pkgs/tools/misc/xq/default.nix
index dafff67ecfd2d..8168f9603a5a0 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.39";
+  version = "0.2.40";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-eyQ38Ld/sVI5vvQRohGfu+cXNtS3nTOBwxiO9BqjxhM=";
+    sha256 = "sha256-sOCdNQ+prQRdj3Oeaa4HLhufbwtClUzzhnMDwSU4SJE=";
   };
 
-  cargoSha256 = "sha256-LajK6OaH6uwnwXvOSJCY/oTtAd2+mcFTWghxC5mVAjQ=";
+  cargoSha256 = "sha256-b41D/sg+qD/SbwQvEqv3sFWuW15VQ4gEiL51I7/hOmI=";
 
   meta = with lib; {
     description = "Pure rust implementation of jq";