Merge pull request #109983 from lourkeur/update/spacevim

spacevim: 1.5.0 -> 1.6.0
This commit is contained in:
Anderson Torres
2021-02-20 17:41:54 -03:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -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];