Skip to content

Commit 5e211f6

Browse files
nvim(hurl): bump version to v2.0.0
1 parent d8ae558 commit 5e211f6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

modules/nvim/default.nix

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,14 @@ let
2828
};
2929
};
3030

31-
# TODO:
32-
# 1. this is canary version, once v2 is stable, change it.
33-
# 1. update config and keymap
31+
# TODO: update config and keymap
3432
hurl-nvim = pkgs.vimUtils.buildVimPlugin {
3533
name = "hurl-nvim";
3634
src = pkgs.fetchFromGitHub {
3735
owner = "jellydn";
3836
repo = "hurl.nvim";
39-
rev = "canary";
40-
sha256 = "sha256-RSMEInn2yUfufcHM6SKgD1EmmW2vt57o+kvTYrI/jTo=";
37+
rev = "v2.0.0";
38+
sha256 = "sha256-rnNkWe4zRTIozBJ8iweQWYX4DH84fsjAch+/kGgAj/g=";
4139
};
4240
};
4341

0 commit comments

Comments
 (0)