Unverified Commit 4a570095 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

ijq: 1.1.1 -> 1.1.2 (#337963)

parents 85be051b 0e81bad0
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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";