Skip to content

Commit

Permalink
spacevim: 2.3.0 -> 2.4.0 (NixOS#370142)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Jan 2, 2025
2 parents 30cec14 + 8a5e208 commit 48dcd2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/sp/spacevim/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 48dcd2a

Please sign in to comment.