Commit Graph

4 Commits

Author SHA1 Message Date
Rowan Goemans
a9750940a4 warp-terminal: Add Aarch64 support 2024-08-28 02:43:20 +02:00
annalee
230bb1ac5b
warp-terminal: fix update.sh
can not use `import <nixpkgs>` on update machine as `<nixpkgs>` does not
exist. therefore cd to the `warp-terminal` directory and use the
relative path to nixpkgs root.

https://r.ryantm.com/log/warp-terminal/2024-03-19.log
2024-03-23 08:00:21 +00:00
annalee
3c42579af9
warp-terminal: don't use nix-prefetch-url in update.sh
use fetchurl to calculate hash in update.sh to workaround a bug in
nix-prefetch-url.

nix-prefetch-url seems to be uncompressing and then calculating the hash
when downloading the new warp-terminal. this results in hash mismatch
errors as fetchurl calculates the hash using the compressed archive.
2024-03-16 03:23:12 +00:00
imad.nyc
aa9b78da89 warp-terminal: added passthru update script 2024-03-03 16:31:06 -05:00