Merge pull request #266346 from bbigras/graphql_client

graphql-client: 0.10.0 -> 0.13.0
This commit is contained in:
Mario Rodas 2023-11-19 08:15:17 -05:00 committed by GitHub
commit 124bde38e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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