Unverified Commit 79849a47 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #306547 from r-ryantm/auto-update/jql

jql: 7.1.7 -> 7.1.8
parents 0ca16144 50c6769a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
  pname = "jql";
  version = "7.1.7";
  version = "7.1.8";

  src = fetchFromGitHub {
    owner = "yamafaktory";
    repo = pname;
    rev = "jql-v${version}";
    hash = "sha256-Yl3eWwk5Nc52I3bUjdT6QdwC65cKY0EVKNaDfJenwx0=";
    hash = "sha256-TjpbFX7k4coZH8IY4bygLwj8Z4JLQQ9yUqOmmr7NU9s=";
  };

  cargoHash = "sha256-u0DqjHJv1GyoCIovCUR+gjkb9h48CbJd6saxeQFaL2A=";
  cargoHash = "sha256-7mzmaXeYZGtUjefC7Zo8wOArBuus7mfu6AaKE4tS5HE=";

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