vimPlugins.vim-pony: redirect to active repo

This commit is contained in:
Austin Horstman
2025-03-25 08:34:02 -05:00
parent f11e01af91
commit 0c4d4290a6
3 changed files with 14 additions and 13 deletions
@@ -18731,6 +18731,19 @@ final: prev:
meta.hydraPlatforms = [ ];
};
vim-pony = buildVimPlugin {
pname = "vim-pony";
version = "2018-06-24";
src = fetchFromGitHub {
owner = "jmcomets";
repo = "vim-pony";
rev = "cd0949971c485fd23de62bb78ca39e5bbe8b915a";
sha256 = "0sassx3mkkd543mljycfmvgwcnw36zbpanm41mf3bavxvsk0azx6";
};
meta.homepage = "https://github.com/jmcomets/vim-pony/";
meta.hydraPlatforms = [ ];
};
vim-poweryank = buildVimPlugin {
pname = "vim-poweryank";
version = "2017-08-13";
@@ -3717,19 +3717,6 @@ in
dependencies = [ self.denops-vim ];
};
# The GitHub repository returns 404, which breaks the update script
vim-pony = buildVimPlugin {
pname = "vim-pony";
version = "2018-07-27";
src = fetchFromGitHub {
owner = "jakwings";
repo = "vim-pony";
rev = "b26f01a869000b73b80dceabd725d91bfe175b75";
sha256 = "0if8g94m3xmpda80byfxs649w2is9ah1k8v3028nblan73zlc8x8";
};
meta.homepage = "https://github.com/jakwings/vim-pony/";
};
vim-sensible = super.vim-sensible.overrideAttrs {
patches = [ ./patches/vim-sensible/fix-nix-store-path-regex.patch ];
};
@@ -1437,6 +1437,7 @@ https://github.com/junegunn/vim-plug/,,
https://github.com/powerman/vim-plugin-AnsiEsc/,,
https://github.com/hasundue/vim-pluto/,HEAD,
https://github.com/sheerun/vim-polyglot/,,
https://github.com/jmcomets/vim-pony/,HEAD,
https://github.com/haya14busa/vim-poweryank/,,
https://github.com/prettier/vim-prettier/,,
https://github.com/thinca/vim-prettyprint/,,