warp-terminal-overlay #10
1 changed files with 1 additions and 2 deletions
|
@ -49,7 +49,7 @@ get_version() {
|
|||
echo "$1" | grep -oP -m 1 '(?<=/v)[\d.\w]+(?=/)'
|
||||
}
|
||||
|
||||
# nix-prefect-url seems to be uncompressing the archive then taking the hash
|
||||
# nix-prefetch-url seems to be uncompressing the archive then taking the hash
|
||||
# so just get the hash from fetchurl
|
||||
sri_get() {
|
||||
local ouput sri
|
||||
|
@ -63,7 +63,6 @@ sri_get() {
|
|||
echo "$sri"
|
||||
}
|
||||
|
||||
|
||||
for sys in darwin linux; do
|
||||
url=$(resolve_url ${sys})
|
||||
version=$(get_version "${url}")
|
||||
|
|
Loading…
Reference in a new issue