about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2024-05-16 09:50:14 -0400
committerGitHub <noreply@github.com>2024-05-16 09:50:14 -0400
commitbf446f08bff6814b569265bef8374cfdd3d8f0e0 (patch)
tree1f7909654eb3732366ebe262fbc33e5f17bb5fa1 /pkgs/os-specific
parent49ba95b9a361d6a39df1bd1834f4f49498c5e097 (diff)
parent525339a9e4f87b21cb2e7f6e5579e5c5fce17204 (diff)
Merge pull request #312013 from DontEatOreo/update-raycast
raycast: 1.73.0 -> 1.74.0
Diffstat (limited to 'pkgs/os-specific')
-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 b985668b21dc7..da73099da8610 100644
--- a/pkgs/os-specific/darwin/raycast/default.nix
+++ b/pkgs/os-specific/darwin/raycast/default.nix
@@ -10,12 +10,12 @@
 
 stdenvNoCC.mkDerivation (finalAttrs: {
   pname = "raycast";
-  version = "1.73.0";
+  version = "1.74.0";
 
   src = fetchurl {
     name = "Raycast.dmg";
     url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
-    hash = "sha256-TiHFuU54+IDBrdIMSI397ysm8uOb2/oRhSyoy+5yzTw=";
+    hash = "sha256-aPpxPjEhy1uLekHMLyI18mlSozffMA+HB1OdqpULVnw=";
   };
 
   dontPatch = true;