Skip to content

Commit f7bb9f6

Browse files
committedJan 30, 2018
vscode: 1.19.2 -> 1.19.3
1 parent 89d66b8 commit f7bb9f6

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.19.2";
5+
version = "1.19.3";
66
channel = "stable";
77

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

1414
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";
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.