mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
vscodium: Drop armv7l-linux and x86_64-darwin from update script
armv7l-linux was disabled upstream:
https://github.com/VSCodium/vscodium/compare/1.121.03429...1.126.04524
x86_64-darwin was dropped downstream:
fdb820602b
This commit is contained in:
@@ -19,10 +19,8 @@ fi
|
||||
for i in \
|
||||
"x86_64-linux linux-x64 tar.gz" \
|
||||
"aarch64-linux linux-arm64 tar.gz" \
|
||||
"armv7l-linux linux-armhf tar.gz" \
|
||||
"loongarch64-linux linux-loong64 tar.gz" \
|
||||
"aarch64-darwin darwin-arm64 zip" \
|
||||
"x86_64-darwin darwin-x64 zip"; do
|
||||
"aarch64-darwin darwin-arm64 zip"; do
|
||||
set -- $i
|
||||
hash=$(nix --extra-experimental-features nix-command hash convert --hash-algo sha256 --to sri $(nix-prefetch-url "https://github.com/VSCodium/vscodium/releases/download/$latestVersion/VSCodium-$2-$latestVersion.$3"))
|
||||
update-source-version vscodium $latestVersion $hash --system=$1 --ignore-same-version
|
||||
|
||||
Reference in New Issue
Block a user