Pin revisions and update versions

This commit is contained in:
Oliver Davies 2025-04-23 16:12:10 +01:00
parent 9c5e258a9d
commit 1a2e30b9d5
6 changed files with 15 additions and 9 deletions

View file

@ -4,10 +4,12 @@ with pkgs;
vimUtils.buildVimPlugin {
name = "edit-alternate-vim";
version = "unstable-2021-10-25";
src = fetchFromGitHub {
owner = "tjdevries";
repo = "edit_alternate.vim";
rev = "master";
rev = "ef3019115d9bb7ffd691d2859eda213dd99e0b0a";
sha256 = "mEKnqYAhgrdxPRoKf4S4yYecdFIHGg8bDxpqPuC1+S4=";
};
}