mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
vscodium: 1.78.2.23132 -> 1.79.2.23166, readd armhf
https://github.com/VSCodium/vscodium/releases/tag/1.79.2.23166 https://github.com/VSCodium/vscodium/releases/tag/1.79.1.23164 https://github.com/VSCodium/vscodium/releases/tag/1.79.0.23159
This commit is contained in:
parent
98682da098
commit
0b3cde1e06
2 changed files with 8 additions and 5 deletions
|
@ -36,3 +36,5 @@ update_vscodium $VSCODIUM_VER darwin-x64 x86_64-darwin zip
|
||||||
update_vscodium $VSCODIUM_VER linux-arm64 aarch64-linux tar.gz
|
update_vscodium $VSCODIUM_VER linux-arm64 aarch64-linux tar.gz
|
||||||
|
|
||||||
update_vscodium $VSCODIUM_VER darwin-arm64 aarch64-darwin zip
|
update_vscodium $VSCODIUM_VER darwin-arm64 aarch64-darwin zip
|
||||||
|
|
||||||
|
update_vscodium $VSCODIUM_VER linux-armhf armv7l-linux tar.gz
|
||||||
|
|
|
@ -15,10 +15,11 @@ let
|
||||||
archive_fmt = if stdenv.isDarwin then "zip" else "tar.gz";
|
archive_fmt = if stdenv.isDarwin then "zip" else "tar.gz";
|
||||||
|
|
||||||
sha256 = {
|
sha256 = {
|
||||||
x86_64-linux = "0ymgy0xisfxqrrmwpy0ga2rhlzhxqq39ppjfawxaf0dfdnkhgkgr";
|
x86_64-linux = "1qwgdvsqwkbfxf9xdxfxfmf10xcxgik4v6s5djggq130mqvrnv7x";
|
||||||
x86_64-darwin = "1q5fg7cm8d4iwvx8b589aqby5vw1b66y85dxgrq6sapz9cg2pvhz";
|
x86_64-darwin = "12cn369yi652fvk6lha5y6nglms2zqmvqsjwklj3dl0ms9329jzq";
|
||||||
aarch64-linux = "13vdqbhap9qd96y5n0immlwr61v8f7yvbwc9m0qas06f30b71f3z";
|
aarch64-linux = "1fxmbz3qv027spgh6j075s00r69hff1m4fqvs9p2axb5m7ikdp16";
|
||||||
aarch64-darwin = "01dc7hv13ngr0xv2cmd2likmdc2gz0jbmgashmkm12gdrjp4q968";
|
aarch64-darwin = "0g5ylxcn41x8ajl7lv3h2fkx52pkgmkw95malgh8h1y3rvg73a4n";
|
||||||
|
armv7l-linux = "0m1v24gg2dy79hgrz37gysgrazg8vkr1gkp52j6m6y76vi0l8249";
|
||||||
}.${system} or throwSystem;
|
}.${system} or throwSystem;
|
||||||
|
|
||||||
sourceRoot = if stdenv.isDarwin then "" else ".";
|
sourceRoot = if stdenv.isDarwin then "" else ".";
|
||||||
|
@ -28,7 +29,7 @@ in
|
||||||
|
|
||||||
# Please backport all compatible updates to the stable release.
|
# Please backport all compatible updates to the stable release.
|
||||||
# This is important for the extension ecosystem.
|
# This is important for the extension ecosystem.
|
||||||
version = "1.78.2.23132";
|
version = "1.79.2.23166";
|
||||||
pname = "vscodium";
|
pname = "vscodium";
|
||||||
|
|
||||||
executableName = "codium";
|
executableName = "codium";
|
||||||
|
|
Loading…
Reference in a new issue