Skip to content

Commit 92ffc05

Browse files
committed
raycast: fix path to pkg in passthru.updateScript
1 parent e6f9f9d commit 92ffc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
4747
text = ''
4848
url=$(curl --silent "https://releases.raycast.com/releases/latest?build=universal")
4949
version=$(echo "$url" | jq -r '.version')
50-
update-source-version raycast "$version" --file=./pkgs/os-specific/darwin/raycast/default.nix
50+
update-source-version raycast "$version" --file=./pkgs/by-name/ra/raycast/package.nix
5151
'';
5252
});
5353

0 commit comments

Comments
 (0)