about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-25 11:21:26 +0300
committerGitHub <noreply@github.com>2023-05-25 11:21:26 +0300
commit6f6f750d8065473c7d0eeefad414c77e75797513 (patch)
tree89841ba4a48d7952a31b8bf3ab4d5bbfb1433c68 /pkgs
parentb1baf8360b51d914db9869382aea62320f6f8e51 (diff)
parent8632d5d80e1cf7afd7f1ec6dbecfa36e01499a3d (diff)
Merge pull request #233926 from JesusMtnezForks/master
raycast: 1.51.1 -> 1.52.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/darwin/raycast/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/darwin/raycast/default.nix b/pkgs/os-specific/darwin/raycast/default.nix
index 6e2b83f3d1288..f4594fed28d0c 100644
--- a/pkgs/os-specific/darwin/raycast/default.nix
+++ b/pkgs/os-specific/darwin/raycast/default.nix
@@ -6,7 +6,7 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "raycast";
-  version = "1.51.1";
+  version = "1.52.0";
 
   src = fetchurl {
     # https://github.com/NixOS/nixpkgs/pull/223495
@@ -17,7 +17,7 @@ stdenvNoCC.mkDerivation rec {
     # to host GitHub Actions to periodically check for updates
     # and re-release the `.dmg` file to Internet Archive (https://archive.org/details/raycast)
     url = "https://archive.org/download/raycast/raycast-${version}.dmg";
-    sha256 = "sha256-6U0dsDlIuU4OjgF8lvXbtVQ+xFB54KZpasvd307jca4=";
+    sha256 = "sha256-Xg3kdODBy0PSZ33C/Ye9Srbnuq6HVJbSFgddunAQD1I=";
   };
 
   dontPatch = true;