mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
update-walker: allow filtering for SF tarballs
This commit is contained in:
parent
5ea4e54b74
commit
1eb5f8bfc7
@ -9,7 +9,7 @@ SF_version_dir () {
|
||||
}
|
||||
|
||||
SF_version_tarball () {
|
||||
version_link '[.]tar[.].*/download$'
|
||||
version_link "${1:-[.]tar[.]}.*/download\$"
|
||||
}
|
||||
|
||||
GH_latest () {
|
||||
|
Loading…
Reference in New Issue
Block a user