Skip to content

Commit

Permalink
chore: refine the url template of updateScript
Browse files Browse the repository at this point in the history
Signed-off-by: iosmanthus <[email protected]>
  • Loading branch information
iosmanthus committed Sep 12, 2024
1 parent 37104e0 commit 2da3873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/fo/follow/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ stdenvNoCC.mkDerivation {
];
text = ''
set -o errexit
latestLinux="$(curl -sL https://github.com/RSSNext/Follow/releases/latest/download/latest-linux.yml)"
latestLinux="$(curl -sL https://github.com/${owner}/${repo}/releases/latest/download/latest-linux.yml)"
version="$(echo "$latestLinux" | yq -r .version)"
update-source-version follow "$version" --source-key=src.src
'';
Expand Down

0 comments on commit 2da3873

Please sign in to comment.