about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDontEatOreo <57304299+DontEatOreo@users.noreply.github.com>2024-04-24 16:45:26 +0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-04-24 15:40:25 +0000
commit5f39470e530d6c9059c6a53b551855ea7d587cae (patch)
treeb4db31ef8384f75eb7de9558a232fb56cea80c5d /pkgs
parentecc5586a0b9716f457f7974cbc890d68b3e92282 (diff)
raycast: 1.71.3 -> 1.72.0
Changelog: https://www.raycast.com/changelog/1-72-0
(cherry picked from commit dc73da7851c9e8ee30aa69be3c338110fe8c65ed)
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 9671b5885c828..b6626c4d4eade 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.71.3";
+  version = "1.72.0";
 
   src = fetchurl {
     name = "Raycast.dmg";
     url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
-    hash = "sha256-jiGo4H38qAiGMh4ckswyeDcijYL2wbcjs+IubDFjobU=";
+    hash = "sha256-L6CXWRmBfit+uWODEWt7u71shFAadPOqtNifMnSp0BU=";
   };
 
   dontPatch = true;