Unverified Commit 124bde38 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #266346 from bbigras/graphql_client

graphql-client: 0.10.0 -> 0.13.0
parents a99c27ff 465ebc9e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@

rustPlatform.buildRustPackage rec {
  pname = "graphql-client";
  version = "0.10.0";
  version = "0.13.0";

  src = fetchCrate {
    inherit version;
    crateName = "graphql_client_cli";
    sha256 = "sha256-OV4kpvciEJOGfhkxPoNf1QmhdytWMhXuQAKOFJvDFA4=";
    sha256 = "sha256-eQ+7Ru3au/rDQZtwFDXYyybqC5uFtNBs6cEzX2QSFI4=";
  };

  cargoSha256 = "sha256-r/pRwDLc/yGMzdZIx8SV46o63eb6qrlTb6MsUBhq97w=";
  cargoSha256 = "sha256-fEjt7ax818hlIq2+UrIG6EismQUGdaq7/C3xN+Nrw2s=";

  nativeBuildInputs = [
    pkg-config