about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2018-07-10 20:57:38 +0800
committerGitHub <noreply@github.com>2018-07-10 20:57:38 +0800
commit3c7b5b6d53ffd0c48b4ce2317d0f4ae8a0503256 (patch)
tree109b362b94b716dfdd3ccbd469a2f7e6a081ab81 /pkgs/misc
parent35d4640b0309fa3580f9a2a973f7c43bdb6560b5 (diff)
parent4ea0930f7162d1d95ddcf990beb746e655a40fc6 (diff)
downloadnixlib-3c7b5b6d53ffd0c48b4ce2317d0f4ae8a0503256.tar
nixlib-3c7b5b6d53ffd0c48b4ce2317d0f4ae8a0503256.tar.gz
nixlib-3c7b5b6d53ffd0c48b4ce2317d0f4ae8a0503256.tar.bz2
nixlib-3c7b5b6d53ffd0c48b4ce2317d0f4ae8a0503256.tar.lz
nixlib-3c7b5b6d53ffd0c48b4ce2317d0f4ae8a0503256.tar.xz
nixlib-3c7b5b6d53ffd0c48b4ce2317d0f4ae8a0503256.tar.zst
nixlib-3c7b5b6d53ffd0c48b4ce2317d0f4ae8a0503256.zip
Merge pull request #43166 from eadwu/vscode-extensions.ms-python.python/2018.6.0
vscode-extensions.ms-python.python: 0.8.0 -> 2018.6.0
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/vscode-extensions/python/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/misc/vscode-extensions/python/default.nix b/pkgs/misc/vscode-extensions/python/default.nix
index 430ce192ed0d..41db2c1fcea3 100644
--- a/pkgs/misc/vscode-extensions/python/default.nix
+++ b/pkgs/misc/vscode-extensions/python/default.nix
@@ -1,9 +1,9 @@
 { stdenv, lib, vscode-utils
 
-, pythonUseFixed ? false, python  # When `true`, the python default setting will be fixed to specified. 
+, pythonUseFixed ? false, python  # When `true`, the python default setting will be fixed to specified.
                                   # Use version from `PATH` for default setting otherwise.
                                   # Defaults to `false` as we expect it to be project specific most of the time.
-, ctagsUseFixed ? true, ctags     # When `true`, the ctags default setting will be fixed to specified. 
+, ctagsUseFixed ? true, ctags     # When `true`, the ctags default setting will be fixed to specified.
                                   # Use version from `PATH` for default setting otherwise.
                                   # Defaults to `true` as usually not defined on a per projet basis.
 }:
@@ -20,8 +20,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
   mktplcRef = {
     name = "python";
     publisher = "ms-python";
-    version = "0.8.0";
-    sha256 = "0i7s93l5g5lyi6vn77zh3ipj0p267y17fayv6vjrxc2igrs27ik6";
+    version = "2018.6.0";
+    sha256 = "a157399b45b40caa9e0b3432eaf3e7444ee4cb91497c139bcb740d42d61f9ae8";
   };
 
   postPatch = ''