Skip to content

Commit

Permalink
markview: bump to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 31, 2025
1 parent c841678 commit b0e8b76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/nixvim/plugins/markview/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
plugins.markview = {
enable = true;
package = pkgs.vimPlugins.markview-nvim.overrideAttrs {
version = "2025-01-27";
version = "2025-01-30";
src = pkgs.fetchFromGitHub {
owner = "OXY2DEV";
repo = "markview.nvim";
rev = "81b40bd8c8c9e239bd14f7dace29f64fe20cbb98";
sha256 = "1rc4l1gwva0qhdhdnqn2l1nmwh8s86vij45j27xkq9fgxpffbx2i";
rev = "f933b4597738fec4014d25f11511bcbe2d1e1a32";
hash = "sha256-V3imWAzPtlrC89CYigDvnye12CctM7RJioigc57Rn/8=";
fetchSubmodules = true;
};
doCheck = false;
Expand Down

0 comments on commit b0e8b76

Please sign in to comment.