firefox: Fix update.nix
This commit is contained in:
parent
6093270451
commit
13df7202d7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ writeScript "update-${attrPath}" ''
|
|||
# - removes trailing slash
|
||||
# - sorts everything with semver in mind
|
||||
# - picks up latest release
|
||||
version=`xidel -q $url --extract "//a" | \
|
||||
version=`xidel -s $url --extract "//a" | \
|
||||
grep "^[0-9.]*${versionSuffix}/$" | \
|
||||
sed s/[/]$// | \
|
||||
sort --version-sort | \
|
||||
|
|
Loading…
Reference in a new issue