about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-06-12 15:35:24 +0300
committerGitHub <noreply@github.com>2023-06-12 15:35:24 +0300
commit4f7590c46e25e41ca48f4ece1bee67a3b8dfa768 (patch)
tree485b34cecb7e7f6cde8a6ce9c886607188e2690a /pkgs
parentf8522e8c1a34d52fa33d0c12354ba05962d80dae (diff)
parent1115715e8239ea35101b072beede2a225d4b7141 (diff)
downloadnixlib-4f7590c46e25e41ca48f4ece1bee67a3b8dfa768.tar
nixlib-4f7590c46e25e41ca48f4ece1bee67a3b8dfa768.tar.gz
nixlib-4f7590c46e25e41ca48f4ece1bee67a3b8dfa768.tar.bz2
nixlib-4f7590c46e25e41ca48f4ece1bee67a3b8dfa768.tar.lz
nixlib-4f7590c46e25e41ca48f4ece1bee67a3b8dfa768.tar.xz
nixlib-4f7590c46e25e41ca48f4ece1bee67a3b8dfa768.tar.zst
nixlib-4f7590c46e25e41ca48f4ece1bee67a3b8dfa768.zip
Merge pull request #237284 from JesusMtnezForks/raycast-1.53.2
raycast: 1.53.0 -> 1.53.2
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 796d3912f977..5c06c8181e3e 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.53.0";
+  version = "1.53.2";
 
   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-IkLbfuzkgO/E8U8PjZ6NQ28WEVeBumKYbbKpK/LPwNY=";
+    sha256 = "sha256-e2UGS1LSBj0xZu0gWlb8SiXhx1sZzcZDOGPhg6ziI9c=";
   };
 
   dontPatch = true;