File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 3333
3434let
3535 pname = "waveterm" ;
36- version = "0.8.10 " ;
36+ version = "0.8.12 " ;
3737
3838 src =
3939 let
4646 aarch64-darwin = "Wave-darwin-arm64-${ version } .zip" ;
4747 } ;
4848 hash = selectSystem {
49- x86_64-linux = "sha256-jhXHuzHMwo9U5B+FA2xAreOYRVroMCXqDo+9pjAyh0Q =" ;
50- aarch64-linux = "sha256-JnKkjG67uvYNod+uosJ+svTAm9bulJzTpza3jQie1yQ =" ;
51- x86_64-darwin = "sha256-Dk/pKZrqkjKc7WEGkrLdZdgUEaz8ndXjZuINyVNxEa8 =" ;
52- aarch64-darwin = "sha256-FgBbUrp+Z9K4gmM4mew0NQ2yIjuC+cgYrrYkjv0Ohhg =" ;
49+ x86_64-linux = "sha256-lk+YBlsgS2kOsaesKJ0XMCnbxq5iza/0xG6qWjHLZA8 =" ;
50+ aarch64-linux = "sha256-57j5qp/1jGiqJP6Qmfw5XkoyXkNpnaTepfhSzlISExM =" ;
51+ x86_64-darwin = "sha256-jBFkBC4PcWSQNw8A2w+2iUnSLoRvXQ3A0CVqkqfx4dI =" ;
52+ aarch64-darwin = "sha256-pQ3TXKhiCI164qmmDkDFb3WUjd/lX1MnAOWqsQICHR4 =" ;
5353 } ;
5454 in
5555 fetchurl {
Original file line number Diff line number Diff line change 11#! /usr/bin/env nix-shell
2- #! nix-shell -i bash -p bash curl coreutils jq common-updater-scripts
2+ #! nix-shell -i bash -p bash nixVersions.latest curl coreutils jq common-updater-scripts
33
44latestTag=$( curl https://api.github.com/repos/wavetermdev/waveterm/releases/latest | jq -r " .tag_name" )
55latestVersion=" $( expr " $latestTag " : ' v\(.*\)' ) "
@@ -19,7 +19,6 @@ for i in \
1919 " aarch64-darwin Wave-darwin-arm64" ; do
2020 set -- $i
2121 prefetch=$( nix-prefetch-url " https://github.com/wavetermdev/waveterm/releases/download/v$latestVersion /$2 -$latestVersion .zip" )
22- hash=$( nix-hash --type sha256 --to-sri $prefetch )
23-
22+ hash=$( nix hash convert --hash-algo sha256 --to sri $prefetch )
2423 update-source-version waveterm $latestVersion $hash --system=$1 --ignore-same-version
2524done
You can’t perform that action at this time.
0 commit comments