Skip to content

Commit 8b6ea10

Browse files
committedMay 5, 2017
vscode: 1.11.2 -> 1.12.1
1 parent f4b5950 commit 8b6ea10

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 }:
33

44
let
5-
version = "1.11.2";
5+
version = "1.12.1";
66
channel = "stable";
77

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

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

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

0 commit comments

Comments
 (0)