gql: 0.8.0 -> 0.9.0

Diff: https://github.com/AmrDeveloper/GQL/compare/0.8.0...0.9.0

Changelog: https://github.com/AmrDeveloper/GQL/releases/tag/0.9.0

figsoda f84656d4 39ee2349

+3 -3
+3 -3
pkgs/applications/version-management/gql/default.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "gql"; 11 - version = "0.8.0"; 12 13 src = fetchFromGitHub { 14 owner = "AmrDeveloper"; 15 repo = "GQL"; 16 rev = version; 17 - hash = "sha256-+f/OMU8fwwnlm8zTyE5XyIzfFwIB917tH9jaqSW8Skg="; 18 }; 19 20 - cargoHash = "sha256-A3o9OE8VO7z04WmbZL2rvlZRN/ZHOIGklKZQgiFSfxE="; 21 22 nativeBuildInputs = [ 23 pkg-config
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "gql"; 11 + version = "0.9.0"; 12 13 src = fetchFromGitHub { 14 owner = "AmrDeveloper"; 15 repo = "GQL"; 16 rev = version; 17 + hash = "sha256-A9gjCuWIRdNQhMjdRIH0B5cXGZAPQxK+qYSNI5WGZec="; 18 }; 19 20 + cargoHash = "sha256-aA7YPUKlBhfIBvT4D6zgZ8+lKNNazsVwGJC5VETAzOY="; 21 22 nativeBuildInputs = [ 23 pkg-config