Skip to content

Commit

Permalink
raycast: 1.91.2 -> 1.92.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DontEatOreo authored and lovesegfault committed Feb 22, 2025
1 parent 688fd63 commit 639b462
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.91.2";
version = "1.92.1";

src =
{
aarch64-darwin = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=arm";
hash = "sha256-DnNe7huyqrReVu3oeLB4YVf04NxmZL+9/fY/MlHplBc=";
hash = "sha256-2/QUQMZk2XxJoKAjZvjQGL87w5+TyaqErVNr/xAT9JU=";
};
x86_64-darwin = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=x86_64";
hash = "sha256-t+jRLZtpwVYAEVu7CjGiQMhPCoWhLUn/XODT27LmR+c=";
hash = "sha256-s8OTw4WN7z1cxaTjkAhxnL8VPj+XAYEDCQPejvFjuY0=";
};
}
.${stdenvNoCC.system} or (throw "raycast: ${stdenvNoCC.system} is unsupported.");
Expand Down

0 comments on commit 639b462

Please sign in to comment.