ijq: 1.1.1 -> 1.1.2 (#337963)

This commit is contained in:
Sandro 2024-08-29 09:29:38 +02:00 committed by GitHub
commit 4a5700956e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,17 +6,18 @@
installShellFiles,
makeBinaryWrapper,
scdoc,
nix-update-script,
}:
buildGoModule rec {
pname = "ijq";
version = "1.1.1";
version = "1.1.2";
src = fetchFromSourcehut {
owner = "~gpanders";
repo = "ijq";
rev = "v${version}";
hash = "sha256-rnSpXMadZW6I+7tIYqr1Cb4z00gdREsqin/r6OXaDMA=";
hash = "sha256-7vG9T+gC6HeSGwFDf3m7nM0hBz32n6ATiM30AKNC1Og=";
};
vendorHash = "sha256-zRa8MPWFvcoVm+LstbSAl1VY3oWMujZPjWS/ti1VXjE=";
@ -43,6 +44,8 @@ buildGoModule rec {
--prefix PATH : "${lib.makeBinPath [ jq ]}"
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Interactive wrapper for jq";
mainProgram = "ijq";