about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-18 21:36:43 -0500
committerGitHub <noreply@github.com>2023-11-18 21:36:43 -0500
commitcfef8e21ef184561556862e331a5624a52d77f46 (patch)
treed7dd57a1237726d43e5e2c267610c790c801dd9d /pkgs/applications
parent797f7d6749f2bfeba99edbe4cf010a0674254705 (diff)
parentc76fbd16eafd3e516da02de36171a3648fb3f718 (diff)
Merge pull request #268415 from figsoda/gql
gql: 0.7.2 -> 0.8.0
Diffstat (limited to 'pkgs/applications')
-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 40b8a9b207c79..60a093e1c80bb 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.7.2";
+  version = "0.8.0";
 
   src = fetchFromGitHub {
     owner = "AmrDeveloper";
     repo = "GQL";
     rev = version;
-    hash = "sha256-XqS2oG3/dPHBC/sWN9B7BliSv4IJ1iskrQRTh8vQNd4=";
+    hash = "sha256-+f/OMU8fwwnlm8zTyE5XyIzfFwIB917tH9jaqSW8Skg=";
   };
 
-  cargoHash = "sha256-0mUkXez+5Z8UGKMrUUjt+aF4zv3EJKgnFoQ068gTlX0=";
+  cargoHash = "sha256-A3o9OE8VO7z04WmbZL2rvlZRN/ZHOIGklKZQgiFSfxE=";
 
   nativeBuildInputs = [
     pkg-config