From 1af5f62c1c00fee90fb461c991f1a1491e8aa19e Mon Sep 17 00:00:00 2001 From: Farid Zakaria Date: Sat, 18 Dec 2021 15:24:41 -0800 Subject: [PATCH] spacevim: 1.7 -> 1.8 Bump spacevim pkg https://github.com/SpaceVim/SpaceVim/releases/tag/v1.8.0 --- pkgs/applications/editors/spacevim/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/spacevim/default.nix b/pkgs/applications/editors/spacevim/default.nix index 9f6f895efac4..ef3a6538c7c4 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 ];