We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4476f4 + 1c43a55 commit 0de1b65Copy full SHA for 0de1b65
pkgs/by-name/jq/jql/package.nix
@@ -5,16 +5,16 @@
5
6
rustPlatform.buildRustPackage rec {
7
pname = "jql";
8
- version = "8.0.0";
+ version = "8.0.2";
9
10
src = fetchFromGitHub {
11
owner = "yamafaktory";
12
repo = pname;
13
rev = "jql-v${version}";
14
- hash = "sha256-4H2V/ZE29Jw0JWSzP7X8SKgD+vXoCd7pcfTqB7/8m7M=";
+ hash = "sha256-acvLzxjj+HxVE/BWiWezeghDiP4VNNAzeFEs+u+b5iA=";
15
};
16
17
- cargoHash = "sha256-/Y880GUXTUOd7SyVhbMZhMPgfm66HbWrz5miGJjfX0g=";
+ cargoHash = "sha256-BNrCzXqmS9fJfhPbt1fLSgUTL2cgsfcnjEtns2umFMs=";
18
19
meta = with lib; {
20
description = "JSON Query Language CLI tool built with Rust";
0 commit comments