vscode: 1.35.1 -> 1.36.0

This commit is contained in:
Edmund Wu 2019-07-04 12:39:57 -04:00
parent 6a01e7007c
commit b196935e6b
No known key found for this signature in database
GPG Key ID: 76AA3F9F2BD3E3A0

View File

@ -11,13 +11,13 @@ let
archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";
sha256 = {
"x86_64-linux" = "1g6cib1c9mikg8cv940xk5g8dh0q5v6vlrgj78rr161hz1lrrv09";
"x86_64-darwin" = "0krihhr57hnsc9qc1l2ncg70vz7nmrvlqrjbgdnihlrpf71d09hp";
"x86_64-linux" = "02h71b9m9w4nc8g9iy2kafg041brli4zwv7pv6i1qg6p5cf2jdfx";
"x86_64-darwin" = "1awq0rwiizwbjqf7crv59qr7m7rmgpfba0b4qx2bpx1mn25fmq56";
}.${system};
in
callPackage ./generic.nix rec {
version = "1.35.1";
version = "1.36.0";
pname = "vscode";
executableName = "code" + lib.optionalString isInsiders "-insiders";