Skip to content

Commit 0990021

Browse files
NeQuissimusMic92
authored andcommittedOct 18, 2017
vscode: 1.17.1 -> 1.17.2
(cherry picked from commit b269452)
1 parent 9dfb8ee commit 0990021

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎pkgs/applications/editors/vscode/default.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
makeWrapper, libXScrnSaver, libxkbfile, libsecret }:
33

44
let
5-
version = "1.17.1";
5+
version = "1.17.2";
66
channel = "stable";
77

88
plat = {
@@ -12,9 +12,9 @@ let
1212
}.${stdenv.system};
1313

1414
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";
1818
}.${stdenv.system};
1919

2020
archive_fmt = if stdenv.system == "x86_64-darwin" then "zip" else "tar.gz";

0 commit comments

Comments
 (0)
Please sign in to comment.