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 = "standard-vim";
version = "unstable-2018-10-15";
src = fetchFromGitHub {
owner = "tjdevries";
repo = "standard.vim";
rev = "master";
rev = "b333ef9a9cf6cf66536deda017a542843613fa75";
sha256 = "9VwkvV1Dv6cE4uDkPp36DozjWJOclDR883yDMYw000E=";
};
}