File tree 1 file changed +4
-4
lines changed
pkgs/applications/editors/vscode
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
makeWrapper , libXScrnSaver , libxkbfile } :
3
3
4
4
let
5
- version = "1.11.2 " ;
5
+ version = "1.12.1 " ;
6
6
channel = "stable" ;
7
7
8
8
plat = {
12
12
} . ${ stdenv . system } ;
13
13
14
14
sha256 = {
15
- "i686-linux" = "0cd3iwd5aizixfxc6ayrpvx6k1zk8nsfhd8i3rgz4p4zzfnx6ri5 " ;
16
- "x86_64-linux" = "1y3qgm7p1vchh02mqgn8d8pxxnifxfs6hbv01q8zjw3gb7m4anw3 " ;
17
- "x86_64-darwin" = "1v8x466080rpm0rfiv1mr2adbpia6j5v9pbsspwm0ndc7ly0h71k " ;
15
+ "i686-linux" = "0i4zqxbq7bm2afzyny3a53sq1fghlz5an1z8fkqh5i3029s635h9 " ;
16
+ "x86_64-linux" = "0kwmfiyb70if4svamnivbc9w65c14j3lrn5vysqkc4b8hlk4r75i " ;
17
+ "x86_64-darwin" = "1dgs4k4m885qzammhj0x9k6pd8rayxn61iq3fiazp0w8v5bhl4l5 " ;
18
18
} . ${ stdenv . system } ;
19
19
20
20
archive_fmt = if stdenv . system == "x86_64-darwin" then "zip" else "tar.gz" ;
You can’t perform that action at this time.
0 commit comments