We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61acb27 + 0a01977 commit f2f636eCopy full SHA for f2f636e
pkgs/by-name/ra/raycast/package.nix
@@ -12,19 +12,19 @@
12
13
stdenvNoCC.mkDerivation (finalAttrs: {
14
pname = "raycast";
15
- version = "1.93.2";
+ version = "1.94.0";
16
17
src =
18
{
19
aarch64-darwin = fetchurl {
20
name = "Raycast.dmg";
21
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=arm";
22
- hash = "sha256-DSK42E11ZEfcTFXLY7dz54hqdRXzX8RUBv2YHKuOMMQ=";
+ hash = "sha256-jSGlMh+8K27lpz8oLxTGLaER5x1+CeLhGK7pITJ12rQ=";
23
};
24
x86_64-darwin = fetchurl {
25
26
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=x86_64";
27
- hash = "sha256-TMbgaENxPiM2UETNmpP5BmVHwdNs4+3FGssaOqNBzew=";
+ hash = "sha256-pmmKPSnr6/mixdNCfgpvBu7n8hWT/U1YyV0DwOhqfhk=";
28
29
}
30
.${stdenvNoCC.system} or (throw "raycast: ${stdenvNoCC.system} is unsupported.");
0 commit comments