Skip to content

Commit 1c43a55

Browse files
committed
jql: 8.0.0 -> 8.0.2
1 parent 6627bae commit 1c43a55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/jq/jql/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
rustPlatform.buildRustPackage rec {
77
pname = "jql";
8-
version = "8.0.0";
8+
version = "8.0.2";
99

1010
src = fetchFromGitHub {
1111
owner = "yamafaktory";
1212
repo = pname;
1313
rev = "jql-v${version}";
14-
hash = "sha256-4H2V/ZE29Jw0JWSzP7X8SKgD+vXoCd7pcfTqB7/8m7M=";
14+
hash = "sha256-acvLzxjj+HxVE/BWiWezeghDiP4VNNAzeFEs+u+b5iA=";
1515
};
1616

17-
cargoHash = "sha256-/Y880GUXTUOd7SyVhbMZhMPgfm66HbWrz5miGJjfX0g=";
17+
cargoHash = "sha256-BNrCzXqmS9fJfhPbt1fLSgUTL2cgsfcnjEtns2umFMs=";
1818

1919
meta = with lib; {
2020
description = "JSON Query Language CLI tool built with Rust";

0 commit comments

Comments
 (0)