summary refs log tree commit diff
path: root/pkgs/applications/editors/spacevim
diff options
context:
space:
mode:
authorFarid Zakaria <fmzakari@google.com>2021-12-18 15:24:41 -0800
committerFarid Zakaria <fmzakari@google.com>2021-12-18 15:24:41 -0800
commit1af5f62c1c00fee90fb461c991f1a1491e8aa19e (patch)
tree6e37dd7c6d4f74f50d36211127136850167a1fd6 /pkgs/applications/editors/spacevim
parent79c0393baf75d5f9871eed0b89642e1d2e5ad5e9 (diff)
downloadnixpkgs-1af5f62c1c00fee90fb461c991f1a1491e8aa19e.tar
nixpkgs-1af5f62c1c00fee90fb461c991f1a1491e8aa19e.tar.gz
nixpkgs-1af5f62c1c00fee90fb461c991f1a1491e8aa19e.tar.bz2
nixpkgs-1af5f62c1c00fee90fb461c991f1a1491e8aa19e.tar.lz
nixpkgs-1af5f62c1c00fee90fb461c991f1a1491e8aa19e.tar.xz
nixpkgs-1af5f62c1c00fee90fb461c991f1a1491e8aa19e.tar.zst
nixpkgs-1af5f62c1c00fee90fb461c991f1a1491e8aa19e.zip
spacevim: 1.7 -> 1.8
Bump spacevim pkg

https://github.com/SpaceVim/SpaceVim/releases/tag/v1.8.0
Diffstat (limited to 'pkgs/applications/editors/spacevim')
-rw-r--r--pkgs/applications/editors/spacevim/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/spacevim/default.nix b/pkgs/applications/editors/spacevim/default.nix
index 9f6f895efac..ef3a6538c7c 100644
--- a/pkgs/applications/editors/spacevim/default.nix
+++ b/pkgs/applications/editors/spacevim/default.nix
@@ -28,12 +28,12 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "spacevim";
-  version = "1.7.0";
+  version = "1.8.0";
   src = fetchFromGitHub {
     owner = "SpaceVim";
     repo = "SpaceVim";
     rev = "v${version}";
-    sha256 = "sha256-TmfPeaGkH1Wq2b5lB29PUYDVddJVN3mBuPAmu9EtiGY=";
+    sha256 = "sha256:11snnh5q47nqhzjb9qya6hpnmlzc060958whqvqrh4hc7gnlnqp8";
   };
 
   nativeBuildInputs = [ makeWrapper vim-customized ];