Skip to content

Commit

Permalink
ijq: 1.1.1 -> 1.1.2 (#337963)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Aug 29, 2024
2 parents 85be051 + 0e81bad commit 4a57009
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/by-name/ij/ijq/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
Expand All @@ -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";
Expand Down

0 comments on commit 4a57009

Please sign in to comment.