jql: 8.0.8 -> 8.0.9

This commit is contained in:
R. Ryantm
2025-10-10 14:36:28 +00:00
parent d8c903a0ad
commit 080fe90697

View File

@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "jql"; pname = "jql";
version = "8.0.8"; version = "8.0.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yamafaktory"; owner = "yamafaktory";
repo = "jql"; repo = "jql";
rev = "jql-v${version}"; rev = "jql-v${version}";
hash = "sha256-VujhFNC0nHFRZ5t/X6ZdEp5xpeMwEr0vPrpN9g/9c1U="; hash = "sha256-1gkKOOR2mIUKrbVb1BlFxVuskL6y7s6mrI99xTfjjTI=";
}; };
cargoHash = "sha256-wkVHzFzQU9O2LAUmR6EYiCeFg29TxJVXJ2COJBB8BZw="; cargoHash = "sha256-7pSvHZqvPW9SXwU0AtQHIjgHQCSKPzrBhNxLY5ZAcMw=";
meta = with lib; { meta = with lib; {
description = "JSON Query Language CLI tool built with Rust"; description = "JSON Query Language CLI tool built with Rust";