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 = "conf-vim";
version = "unstable-2017-10-09";
src = fetchFromGitHub {
owner = "tjdevries";
repo = "conf.vim";
rev = "master";
rev = "a716df0fd5d7ba558c07dac2e07f05d5eba11afb";
sha256 = "AjiTJsoim0BAnyfqk1IQzNsa6jhFM2+A66E7q9sJqz0=";
};
}

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=";
};
}

View file

@ -4,10 +4,12 @@ with pkgs;
vimUtils.buildVimPlugin {
name = "standard-vim";
version = "unstable-2018-10-15";
src = fetchFromGitHub {
owner = "tjdevries";
repo = "standard.vim";
rev = "master";
rev = "b333ef9a9cf6cf66536deda017a542843613fa75";
sha256 = "9VwkvV1Dv6cE4uDkPp36DozjWJOclDR883yDMYw000E=";
};
}