1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

Merge pull request #36921 from tokudan/ffb59

firefox-bin: 58.0.2 -> 59.0
This commit is contained in:
Graham Christensen 2018-03-16 10:34:25 -04:00 committed by GitHub
commit 0297aff1f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 396 additions and 386 deletions

View file

@ -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 $url --extract "//a" | \
grep "^[0-9.]*${versionSuffix}/$" | \
sed s/[/]$// | \
sort --version-sort | \