Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

jql: 7.0.5 -> 7.0.6

Diff: https://github.com/yamafaktory/jql/compare/jql-v7.0.5...jql-v7.0.6

Changelog: https://github.com/yamafaktory/jql/releases/tag/jql-v7.0.6

figsoda 523fedc0 0d930cd6

+3 -3
+3 -3
pkgs/development/tools/jql/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "jql"; 8 - version = "7.0.5"; 8 + version = "7.0.6"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "yamafaktory"; 12 12 repo = pname; 13 13 rev = "jql-v${version}"; 14 - hash = "sha256-D+69R63er4OIMOdyoCuGVvVcUlM2PhLKEyUat1yEmLU="; 14 + hash = "sha256-gRRYUn5XQp6QHhI6+ZjXqLq7wfUZ8PiUgQSXBMu8uns="; 15 15 }; 16 16 17 - cargoHash = "sha256-2/0gUavyrNxhc2j+ECPsvMLKCkZdSClivEcJVE1zFgA="; 17 + cargoHash = "sha256-Fv7CWCuV6LUXqDSCxE4JLdUdKyDUSBX/KybfM6VfRss="; 18 18 19 19 meta = with lib; { 20 20 description = "A JSON Query Language CLI tool built with Rust";