Skip to content

Commit f2f636e

Browse files
authoredMar 20, 2025
raycast: 1.93.2 -> 1.94.0 (#391338)
2 parents 61acb27 + 0a01977 commit f2f636e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/by-name/ra/raycast/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212

1313
stdenvNoCC.mkDerivation (finalAttrs: {
1414
pname = "raycast";
15-
version = "1.93.2";
15+
version = "1.94.0";
1616

1717
src =
1818
{
1919
aarch64-darwin = fetchurl {
2020
name = "Raycast.dmg";
2121
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=arm";
22-
hash = "sha256-DSK42E11ZEfcTFXLY7dz54hqdRXzX8RUBv2YHKuOMMQ=";
22+
hash = "sha256-jSGlMh+8K27lpz8oLxTGLaER5x1+CeLhGK7pITJ12rQ=";
2323
};
2424
x86_64-darwin = fetchurl {
2525
name = "Raycast.dmg";
2626
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=x86_64";
27-
hash = "sha256-TMbgaENxPiM2UETNmpP5BmVHwdNs4+3FGssaOqNBzew=";
27+
hash = "sha256-pmmKPSnr6/mixdNCfgpvBu7n8hWT/U1YyV0DwOhqfhk=";
2828
};
2929
}
3030
.${stdenvNoCC.system} or (throw "raycast: ${stdenvNoCC.system} is unsupported.");

0 commit comments

Comments
 (0)
Failed to load comments.