warp-terminal-overlay #10

Merged
jahanson merged 4 commits from warp-terminal-overlay into main 2024-07-01 08:56:43 -05:00
Showing only changes of commit 290c7d44fc - Show all commits

View file

@ -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}")