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.17.1 " ;
5
+ version = "1.17.2 " ;
6
6
channel = "stable" ;
7
7
8
8
plat = {
12
12
} . ${ stdenv . system } ;
13
13
14
14
sha256 = {
15
- "i686-linux" = "09nvibfn2z5cxjcdxqa2xy63jqwpvfgk7hdy1pc0mnpszz6kn4v7 " ;
16
- "x86_64-linux" = "1fb3hil7dggnz7hks1i806ckd3wl5g0a2syjdbh9dx5iqarp2782 " ;
17
- "x86_64-darwin" = "1vgbsmbcsdxc0h0ny61a3rhbwxzrfzkxl47sy3w410xcqlv8ad2v " ;
15
+ "i686-linux" = "04mnj74pqkgfgdacq4643qrd7ybka1366lr7mwn0f70lk05wb2h2 " ;
16
+ "x86_64-linux" = "0y37wwvq6flaa2fh2r6b9cplbcszq726zrx6b8slzq6s5wl2lgmr " ;
17
+ "x86_64-darwin" = "1cqyir7ijwafy68d5vbw47cs1x2lqs1wjnvhhw15yi2d7c14fq7q " ;
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