Merge pull request #256696 from figsoda/gql

gql: 0.6.0 -> 0.7.0

authored by Weijia Wang and committed by GitHub e2ac7b78 d6fd6f57

+5 -5
+5 -5
pkgs/applications/version-management/gql/default.nix
··· 2 , rustPlatform 3 , fetchFromGitHub 4 , pkg-config 5 - , libgit2_1_6 6 , zlib 7 }: 8 9 rustPlatform.buildRustPackage rec { 10 pname = "gql"; 11 - version = "0.6.0"; 12 13 src = fetchFromGitHub { 14 owner = "AmrDeveloper"; 15 repo = "GQL"; 16 rev = version; 17 - hash = "sha256-eWupAfe2lOcOp8hC4sx8Wl1jaVZT4E99I5V9YsMcDZA="; 18 }; 19 20 - cargoHash = "sha256-O6Y+JOMpucrjvYAJZe2D97vODFXVysuiitXzMkfcSpI="; 21 22 nativeBuildInputs = [ 23 pkg-config 24 ]; 25 26 buildInputs = [ 27 - libgit2_1_6 28 zlib 29 ]; 30
··· 2 , rustPlatform 3 , fetchFromGitHub 4 , pkg-config 5 + , libgit2 6 , zlib 7 }: 8 9 rustPlatform.buildRustPackage rec { 10 pname = "gql"; 11 + version = "0.7.0"; 12 13 src = fetchFromGitHub { 14 owner = "AmrDeveloper"; 15 repo = "GQL"; 16 rev = version; 17 + hash = "sha256-iM5a0uy+egPBMSDBo6ks8QNfRoKku2GmFpzoanSDm9M="; 18 }; 19 20 + cargoHash = "sha256-bpPrnguDSj1K22vmf/hEimd4tVS6ANmTiVtdsUuN1BM="; 21 22 nativeBuildInputs = [ 23 pkg-config 24 ]; 25 26 buildInputs = [ 27 + libgit2 28 zlib 29 ]; 30