about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gql
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-11-27 17:10:46 -0500
committerfigsoda <figsoda@pm.me>2023-11-27 17:10:46 -0500
commitf84656d4251a3456ee6c95130a0123e4928d273d (patch)
tree5e26da5a4da662538f2befce50271136378f47e7 /pkgs/applications/version-management/gql
parent39ee2349422b844b0a059ba15ded4a7e2d426445 (diff)
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
Diffstat (limited to 'pkgs/applications/version-management/gql')
-rw-r--r--pkgs/applications/version-management/gql/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/gql/default.nix b/pkgs/applications/version-management/gql/default.nix
index 60a093e1c80bb..02a90ab2ec7c4 100644
--- a/pkgs/applications/version-management/gql/default.nix
+++ b/pkgs/applications/version-management/gql/default.nix
@@ -8,16 +8,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "gql";
-  version = "0.8.0";
+  version = "0.9.0";
 
   src = fetchFromGitHub {
     owner = "AmrDeveloper";
     repo = "GQL";
     rev = version;
-    hash = "sha256-+f/OMU8fwwnlm8zTyE5XyIzfFwIB917tH9jaqSW8Skg=";
+    hash = "sha256-A9gjCuWIRdNQhMjdRIH0B5cXGZAPQxK+qYSNI5WGZec=";
   };
 
-  cargoHash = "sha256-A3o9OE8VO7z04WmbZL2rvlZRN/ZHOIGklKZQgiFSfxE=";
+  cargoHash = "sha256-aA7YPUKlBhfIBvT4D6zgZ8+lKNNazsVwGJC5VETAzOY=";
 
   nativeBuildInputs = [
     pkg-config