spacevim: 2.3.0 -> 2.4.0

This commit is contained in:
R. Ryantm
2025-01-02 06:28:52 +00:00
parent e4f449ab51
commit 8a5e208a0f
+2 -2
View File
@@ -23,12 +23,12 @@ let
in
stdenv.mkDerivation rec {
pname = "spacevim";
version = "2.3.0";
version = "2.4.0";
src = fetchFromGitHub {
owner = "SpaceVim";
repo = "SpaceVim";
rev = "v${version}";
hash = "sha256-MHsAA0x/rfwRupe8aW1JVKGiYkySAX0AhOkBuScpn7I=";
hash = "sha256-qiNadhQJjU9RY14X8+pd4Ul+NLoNqbxuh3Kenw1dHDc=";
};
nativeBuildInputs = [ makeWrapper ];