tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
xq: 0.2.39 -> 0.2.40
authored by
R. Ryantm
and committed by
Bobby Rong
3 years ago
41cd71f3
83018dd5
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
xq
default.nix
+3
-3
pkgs/tools/misc/xq/default.nix
···
6
6
7
7
rustPlatform.buildRustPackage rec {
8
8
pname = "xq";
9
9
-
version = "0.2.39";
9
9
+
version = "0.2.40";
10
10
11
11
src = fetchCrate {
12
12
inherit pname version;
13
13
-
sha256 = "sha256-eyQ38Ld/sVI5vvQRohGfu+cXNtS3nTOBwxiO9BqjxhM=";
13
13
+
sha256 = "sha256-sOCdNQ+prQRdj3Oeaa4HLhufbwtClUzzhnMDwSU4SJE=";
14
14
};
15
15
16
16
-
cargoSha256 = "sha256-LajK6OaH6uwnwXvOSJCY/oTtAd2+mcFTWghxC5mVAjQ=";
16
16
+
cargoSha256 = "sha256-b41D/sg+qD/SbwQvEqv3sFWuW15VQ4gEiL51I7/hOmI=";
17
17
18
18
meta = with lib; {
19
19
description = "Pure rust implementation of jq";