Merge pull request #281430 from r-ryantm/auto-update/xq

xq: 0.2.44 -> 0.2.45
This commit is contained in:
Nick Cao 2024-01-17 10:31:30 -05:00 committed by GitHub
commit f36047a5a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "xq";
version = "0.2.44";
version = "0.2.45";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-szrt5msjAfiWFMBHVXxqXmLCpvKre8WM/zqCOHwBEP0=";
sha256 = "sha256-wSvVmKqucvg7Gs4H1o9i/d8f2I1g52Vq2Z8F7FwaOR0=";
};
cargoHash = "sha256-T8H9Xnvfewf6B60AzBDn3gEps/0/dXiVl2g+eTw+OaQ=";
cargoHash = "sha256-Gje7Sqe51IMzblydU0s1qXqfIIIQvt0EYMChVbK295s=";
meta = with lib; {
description = "Pure rust implementation of jq";