Skip to content

Commit

Permalink
raycast: 1.93.0 -> 1.93.2 (#388296)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Mar 9, 2025
2 parents 03e4d92 + 12582d6 commit 6eecb1f
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.93.0";
version = "1.93.2";

src =
{
aarch64-darwin = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=arm";
hash = "sha256-sfbpDBNj3ZhRbspTLIDQVU7CrBN1t7SRWFGd7ZeCkQE=";
hash = "sha256-DSK42E11ZEfcTFXLY7dz54hqdRXzX8RUBv2YHKuOMMQ=";
};
x86_64-darwin = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=x86_64";
hash = "sha256-Tjce+R0Zw+gm80medbF6jeLOhM7d+3N3//qXeBj0b2w=";
hash = "sha256-TMbgaENxPiM2UETNmpP5BmVHwdNs4+3FGssaOqNBzew=";
};
}
.${stdenvNoCC.system} or (throw "raycast: ${stdenvNoCC.system} is unsupported.");
Expand Down

0 comments on commit 6eecb1f

Please sign in to comment.