mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
mingw-w64-headers: fix update script
This commit is contained in:
parent
d44bba4d89
commit
ae9089379a
1 changed files with 2 additions and 2 deletions
|
|
@ -43,9 +43,9 @@ def main [] {
|
|||
# Extract the newest version out of the URL
|
||||
let new_version = $newest
|
||||
| split column /
|
||||
| get column4.0
|
||||
| split column -
|
||||
| get column3.0
|
||||
| split column -
|
||||
| get column2.0
|
||||
| str replace .tar.bz2 ""
|
||||
| str trim -c v
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue