Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gql: 0.7.2 -> 0.8.0

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

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

figsoda c76fbd16 9f1e5c1b

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