Gaetan Lepage
2026-06-11 18:02:53 +00:00
parent c81cf6c9f0
commit a563510997
+5 -6
View File
@@ -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; [