Merge pull request #196042 from MatthewCroughan/mc/xq

xq: init at 0.2.39
This commit is contained in:
Mario Rodas 2022-10-14 18:33:52 -05:00 committed by GitHub
commit 6c701c2dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{ lib
, rustPlatform
, fetchCrate
, stdenv
}:
rustPlatform.buildRustPackage rec {
pname = "xq";
version = "0.2.39";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-eyQ38Ld/sVI5vvQRohGfu+cXNtS3nTOBwxiO9BqjxhM=";
};
cargoSha256 = "sha256-LajK6OaH6uwnwXvOSJCY/oTtAd2+mcFTWghxC5mVAjQ=";
meta = with lib; {
description = "Pure rust implementation of jq";
homepage = "https://github.com/MiSawa/xq";
license = licenses.mit;
maintainers = with maintainers; [ matthewcroughan ];
};
}

View File

@ -36755,6 +36755,8 @@ with pkgs;
xlockmore = callPackage ../misc/screensavers/xlockmore { };
xq = callPackage ../tools/misc/xq { };
xtrlock-pam = callPackage ../misc/screensavers/xtrlock-pam { };
sailsd = callPackage ../misc/sailsd { };