mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
vimPlugins.hare-vim: unstable-2025-01-23 -> 0-unstable-2025-04-24 (#412405)
This commit is contained in:
commit
ade1ccc22a
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
||||||
}:
|
}:
|
||||||
vimUtils.buildVimPlugin {
|
vimUtils.buildVimPlugin {
|
||||||
pname = "hare.vim";
|
pname = "hare.vim";
|
||||||
version = "unstable-2025-01-23";
|
version = "0-unstable-2025-04-24";
|
||||||
|
|
||||||
src = fetchFromSourcehut {
|
src = fetchFromSourcehut {
|
||||||
owner = "~sircmpwn";
|
owner = "~sircmpwn";
|
||||||
repo = "hare.vim";
|
repo = "hare.vim";
|
||||||
rev = "1a732aca2931402f3186f52ae626540a770aefe2";
|
rev = "41b8b615f46a39d807a9a069039aac79c925c389";
|
||||||
hash = "sha256-wBeQvDm7ZTUcw21VIAryyH6tMuBiQCMOJRZX/8ic8B4=";
|
hash = "sha256-GPFoQI6tipcLzkvjaeufmMrNnQM46lPas9D1SwzjKF4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script { };
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue