Unverified Commit 81f171c8 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

xq: 0.2.40 -> 0.2.42
parents 93d62dff 53a5eccf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

rustPlatform.buildRustPackage rec {
  pname = "xq";
  version = "0.2.40";
  version = "0.2.42";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-sOCdNQ+prQRdj3Oeaa4HLhufbwtClUzzhnMDwSU4SJE=";
    sha256 = "sha256-VR2ZUt0qvQBaFZr7Gui/LywsRrPubQlzYj1PQj05xhY=";
  };

  cargoSha256 = "sha256-b41D/sg+qD/SbwQvEqv3sFWuW15VQ4gEiL51I7/hOmI=";
  cargoHash = "sha256-rX0fwJM8sHTuHIsmk9JpgWrTq1EA6Ksx7fFqWqY5R4k=";

  meta = with lib; {
    description = "Pure rust implementation of jq";