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 , libsecret } :
3
3
4
4
let
5
- version = "1.19.2 " ;
5
+ version = "1.19.3 " ;
6
6
channel = "stable" ;
7
7
8
8
plat = {
12
12
} . ${ stdenv . system } ;
13
13
14
14
sha256 = {
15
- "i686-linux" = "05qfcmwl1r43slwkb2rxh99hwpzd8c622la0ffd9p2jg4lbkgs1p " ;
16
- "x86_64-linux" = "0kjwmw68av9mnqcg1vaazm3k240y9jvbng6n7ycgzxwddzx0qlac " ;
17
- "x86_64-darwin" = "1mjmi5r9qlc6ggh3w566454ar06by15xsm6dymr8zv4sb352w70h " ;
15
+ "i686-linux" = "0qaijcsjy9sysim19gyqmagg8rmxgamf0l74qj3ap0wsv2v7xixr " ;
16
+ "x86_64-linux" = "1kvkcrr1hgnssy2z45h8fdgr9j6w94myr2hvlknwcahzxrnrwr7k " ;
17
+ "x86_64-darwin" = "19vkv97yq0alnq4dvs62a2vx3f1mvfz1ic63114s9sd6smikrg0g " ;
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