Skip to content

Commit

Permalink
raycast: 1.88.4 -> 1.89.0
Browse files Browse the repository at this point in the history
Changelog: https://www.raycast.com/changelog/1-89-0
(cherry picked from commit c8ba1d6)
  • Loading branch information
DontEatOreo committed Jan 18, 2025
1 parent cd81214 commit 5d11bd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ra/raycast/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raycast";
version = "1.88.4";
version = "1.89.0";

src =
{
aarch64-darwin = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=arm";
hash = "sha256-q3pX/mOl/u9KMcAfvXm4giYKjnTB903N1ibubvaO9Uw=";
hash = "sha256-v/0Sg7f/pf7wt7r0+ewSXGKgBqMFnOwldKQUwKQ8Fz0=";
};
x86_64-darwin = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=x86_64";
hash = "sha256-l61AVKx+aYmgnVK8d+by2pKiu1cIAueLipRjOzCvib4=";
hash = "sha256-UIdoFcnXeCpf1CSBTmdxkP5uKz+WoJt5u5u6MXCqnG4=";
};
}
.${stdenvNoCC.system} or (throw "raycast: ${stdenvNoCC.system} is unsupported.");
Expand Down

0 comments on commit 5d11bd5

Please sign in to comment.