From a56351099730a0a5fab4d7fd83189d32d5fa0442 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 11 Jun 2026 18:02:12 +0000 Subject: [PATCH] jaq: 3.0.0 -> 3.1.0 Diff: https://github.com/01mf02/jaq/compare/v3.0.0...v3.1.0 Changelog: https://github.com/01mf02/jaq/releases/tag/v3.1.0 --- pkgs/by-name/ja/jaq/package.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/ja/jaq/package.nix b/pkgs/by-name/ja/jaq/package.nix index 9aca0ac88eef..d1f63072b49b 100644 --- a/pkgs/by-name/ja/jaq/package.nix +++ b/pkgs/by-name/ja/jaq/package.nix @@ -9,18 +9,17 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "jaq"; - version = "3.0.0"; + version = "3.1.0"; + __structuredAttrs = true; src = fetchFromGitHub { owner = "01mf02"; repo = "jaq"; tag = "v${finalAttrs.version}"; - hash = "sha256-FhmnJm/MV4WfvhF7DWW6t2D876SIzzq7ODlY2Wmo9mM="; + hash = "sha256-cwHYsLp9uBb3/etH0bGYzNLOJJypeE4qED7jTBESHiE="; }; - strictDeps = true; - - cargoHash = "sha256-37yS5xUj04ZjXvVlji7XNTXbt3avQKmkqUMfovhUrtU="; + cargoHash = "sha256-9vLD5aYcnbdjQC+5FsTglLFYhbv/1lSqsfkD8oclwBs="; nativeInstallCheckInputs = [ versionCheckHook @@ -71,7 +70,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Jq clone focused on correctness, speed and simplicity"; homepage = "https://github.com/01mf02/jaq"; - changelog = "https://github.com/01mf02/jaq/releases/tag/v${finalAttrs.version}"; + changelog = "https://github.com/01mf02/jaq/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; teams = [ lib.teams.ngi ]; maintainers = with lib.maintainers; [