xq: 0.2.44 -> 0.2.45

This commit is contained in:
R. Ryantm 2024-01-17 00:25:43 +00:00
parent 9779ca85b3
commit 253325ea86

View File

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