about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-10-27 22:48:15 -0400
committerGitHub <noreply@github.com>2023-10-27 22:48:15 -0400
commit57da103e788e3590b40cec186c45ca082a6cf62c (patch)
tree3af9a00a99248a5e6219aff214368b89b16d4faa /pkgs
parenta41478261e52d9ed3caead2d68ba64870f0dcc2e (diff)
parent12c58f7cd3492232eec18befd70d7634cccb294d (diff)
Merge pull request #263832 from r-ryantm/auto-update/gql
gql: 0.7.1 -> 0.7.2
Diffstat (limited to 'pkgs')
-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 0c20b51fbc558..40b8a9b207c79 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.1";
+  version = "0.7.2";
 
   src = fetchFromGitHub {
     owner = "AmrDeveloper";
     repo = "GQL";
     rev = version;
-    hash = "sha256-qNLVbhVXITbMRI2x/0q5enJgjL3EAcXBwqWeH6MPfZs=";
+    hash = "sha256-XqS2oG3/dPHBC/sWN9B7BliSv4IJ1iskrQRTh8vQNd4=";
   };
 
-  cargoHash = "sha256-UrzJGEASGaDqKUrPiNcjldevCqCPaNXJXNYecbHodOc=";
+  cargoHash = "sha256-0mUkXez+5Z8UGKMrUUjt+aF4zv3EJKgnFoQ068gTlX0=";
 
   nativeBuildInputs = [
     pkg-config