summary refs log tree commit diff
path: root/pkgs/applications/editors/spacevim
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2021-02-20 17:41:54 -0300
committerGitHub <noreply@github.com>2021-02-20 17:41:54 -0300
commitf288a8ced08511c70199902c09d01ea05d9c8563 (patch)
treeca692d5f27964998e3286780089d78747911d590 /pkgs/applications/editors/spacevim
parent88b81aab7499d99237fb49b6d495b3fa7fa22145 (diff)
parent5983883898cc0a28ed4b196cd500cf1acba12c83 (diff)
downloadnixpkgs-f288a8ced08511c70199902c09d01ea05d9c8563.tar
nixpkgs-f288a8ced08511c70199902c09d01ea05d9c8563.tar.gz
nixpkgs-f288a8ced08511c70199902c09d01ea05d9c8563.tar.bz2
nixpkgs-f288a8ced08511c70199902c09d01ea05d9c8563.tar.lz
nixpkgs-f288a8ced08511c70199902c09d01ea05d9c8563.tar.xz
nixpkgs-f288a8ced08511c70199902c09d01ea05d9c8563.tar.zst
nixpkgs-f288a8ced08511c70199902c09d01ea05d9c8563.zip
Merge pull request #109983 from lourkeur/update/spacevim
spacevim: 1.5.0 -> 1.6.0
Diffstat (limited to 'pkgs/applications/editors/spacevim')
-rw-r--r--pkgs/applications/editors/spacevim/default.nix4
-rw-r--r--pkgs/applications/editors/spacevim/helptags.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/spacevim/default.nix b/pkgs/applications/editors/spacevim/default.nix
index 930c8f919e4..661bec463a7 100644
--- a/pkgs/applications/editors/spacevim/default.nix
+++ b/pkgs/applications/editors/spacevim/default.nix
@@ -16,12 +16,12 @@ let
   '';
 in stdenv.mkDerivation rec {
   pname = "spacevim";
-  version = "1.5.0";
+  version = "1.6.0";
   src = fetchFromGitHub {
     owner = "SpaceVim";
     repo = "SpaceVim";
     rev = "v${version}";
-    sha256 = "1xw4l262x7wzs1m65bddwqf3qx4254ykddsw3c3p844pb3mzqhh7";
+    sha256 = "sha256-QQdtjEdbuzmf0Rw+u2ZltLihnJt8LqkfTrLDWLAnCLE=";
   };
 
   nativeBuildInputs = [ makeWrapper vim-customized];
diff --git a/pkgs/applications/editors/spacevim/helptags.patch b/pkgs/applications/editors/spacevim/helptags.patch
index e8b31c57419..bc0f9140c7b 100644
--- a/pkgs/applications/editors/spacevim/helptags.patch
+++ b/pkgs/applications/editors/spacevim/helptags.patch
@@ -2,7 +2,7 @@ diff --git a/autoload/SpaceVim.vim b/autoload/SpaceVim.vim
 index 16688680..fcafd6f7 100644
 --- a/autoload/SpaceVim.vim
 +++ b/autoload/SpaceVim.vim
-@@ -1255,13 +1255,6 @@ function! SpaceVim#end() abort
+@@ -1355,13 +1355,6 @@ function! SpaceVim#end() abort
      let &helplang = 'jp'
    endif
    ""