Unverified Commit 0de1b65c authored by Mathew Polzin's avatar Mathew Polzin Committed by GitHub
Browse files

jql: 8.0.0 -> 8.0.2 (#362884)

parents e4476f45 1c43a553
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
  pname = "jql";
  version = "8.0.0";
  version = "8.0.2";

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

  cargoHash = "sha256-/Y880GUXTUOd7SyVhbMZhMPgfm66HbWrz5miGJjfX0g=";
  cargoHash = "sha256-BNrCzXqmS9fJfhPbt1fLSgUTL2cgsfcnjEtns2umFMs=";

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