about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2023-04-28 12:45:55 -0700
committerGitHub <noreply@github.com>2023-04-28 12:45:55 -0700
commit73832d7f690abc3782fd91468650e08c269498e4 (patch)
treec42834940a4fb591050e126c1669e9f30fde56fa
parentcd975dc76af4799059d340123c1da8bb14e947fe (diff)
parent0fc5fdce8417e1b530b81cdf8fcdf91ad53a3f0b (diff)
Merge pull request #228765 from StepBroBD/raycast
-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 c75f1827f01c3..611c15ad4171b 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.49.3";
+  version = "1.50.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-Irn99/49fRQg73cX8aKZ72D1o+mDPg44Q1pXAMdXrb0=";
+    sha256 = "sha256-+LvQDQZjbj/p8VT/af9XwKSKkKd65YzcwrKF9hoXCog=";
   };
 
   dontPatch = true;