about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-06-18 19:08:33 +0800
committerGitHub <noreply@github.com>2024-06-18 19:08:33 +0800
commit95de3b75ddda76fd958e96607ce4e0c43d921ca1 (patch)
treee7a003856c5492f10a53b655b29b8b5548f3a6b1 /pkgs/os-specific
parent0e1f75ae6910beb3d3f42ee64e8c5157a35980ff (diff)
parent310efcb26e935d530b449cca44695a5d71e9c89e (diff)
Merge pull request #320549 from DontEatOreo/update-raycast
raycast: 1.76.0 -> 1.76.1
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 5df4990b59f2c..4b8ef7031d07d 100644
--- a/pkgs/os-specific/darwin/raycast/default.nix
+++ b/pkgs/os-specific/darwin/raycast/default.nix
@@ -11,12 +11,12 @@
 
 stdenvNoCC.mkDerivation (finalAttrs: {
   pname = "raycast";
-  version = "1.76.0";
+  version = "1.76.1";
 
   src = fetchurl {
     name = "Raycast.dmg";
     url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
-    hash = "sha256-9qvXUmCATwugK8lB1LeSnjfr5MNCjF9QTKR29LmbKes=";
+    hash = "sha256-dZshCh1MSHf7ywwmNOvYNCXfSqC6C8vTCNsh/+klomk=";
   };
 
   dontPatch = true;