tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
raycast: 1.103.0 -> 1.103.2
FlameFlag
5 months ago
9fd0cb09
231b94ff
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ra
raycast
package.nix
+3
-3
pkgs/by-name/ra/raycast/package.nix
···
12
12
13
13
stdenvNoCC.mkDerivation (finalAttrs: {
14
14
pname = "raycast";
15
15
-
version = "1.103.0";
15
15
+
version = "1.103.2";
16
16
17
17
src =
18
18
{
19
19
aarch64-darwin = fetchurl {
20
20
name = "Raycast.dmg";
21
21
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=arm";
22
22
-
hash = "sha256-nHxGcFM4tr+AO2C4+MQTveeEnaLNHQscC9vOFYfgrf8=";
22
22
+
hash = "sha256-i8wMyuHIgKztklBcr5AZjsaf+C1N7QGnF2E3VUNwh5A=";
23
23
};
24
24
x86_64-darwin = fetchurl {
25
25
name = "Raycast.dmg";
26
26
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=x86_64";
27
27
-
hash = "sha256-ds32HExl4UloN+68gM64cysu335BRZ25zGaPDao0AD0=";
27
27
+
hash = "sha256-2/+/TQz7AIeR6mTZXEPKXE8K10r4Qw0hIRop9kysGpc=";
28
28
};
29
29
}
30
30
.${stdenvNoCC.system} or (throw "raycast: ${stdenvNoCC.system} is unsupported.");