Skip to content

Commit

Permalink
raycast: fix path to pkg in passthru.updateScript
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecleary committed Nov 3, 2024
1 parent e6f9f9d commit 92ffc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ra/raycast/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
text = ''
url=$(curl --silent "https://releases.raycast.com/releases/latest?build=universal")
version=$(echo "$url" | jq -r '.version')
update-source-version raycast "$version" --file=./pkgs/os-specific/darwin/raycast/default.nix
update-source-version raycast "$version" --file=./pkgs/by-name/ra/raycast/package.nix
'';
});

Expand Down

0 comments on commit 92ffc05

Please sign in to comment.