xq: init at 0.2.39

This commit is contained in:
matthewcroughan 2022-10-14 20:39:01 +01:00
parent 7d682ef84f
commit 668a53a3b2
2 changed files with 26 additions and 0 deletions

@ -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 ];
};
}

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