tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
raycast: 1.74.0 -> 1.74.1
DontEatOreo
2 years ago
3ff593a5
4fbbc17c
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
darwin
raycast
default.nix
+2
-2
pkgs/os-specific/darwin/raycast/default.nix
···
10
10
11
11
stdenvNoCC.mkDerivation (finalAttrs: {
12
12
pname = "raycast";
13
13
-
version = "1.74.0";
13
13
+
version = "1.74.1";
14
14
15
15
src = fetchurl {
16
16
name = "Raycast.dmg";
17
17
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
18
18
-
hash = "sha256-aPpxPjEhy1uLekHMLyI18mlSozffMA+HB1OdqpULVnw=";
18
18
+
hash = "sha256-vIhuXZ9FxpWLPoOciyl4Qe0G8vXY+to+CGxp+nRmyp8=";
19
19
};
20
20
21
21
dontPatch = true;