Skip to content

Commit

Permalink
fix: mkdocs plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Aug 15, 2024
1 parent 065940d commit 9d05b99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 49 deletions.
1 change: 0 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@
timer = pkgs.callPackage ./pkgs/timer { };
xdg-open-svc = pkgs.callPackage ./pkgs/xdg-open-svc { };

mkdocs-rss-plugin = pkgs.callPackage ./pkgs/mkdocs-rss-plugin { };
mkdocs-include-markdown-plugin = pkgs.callPackage ./pkgs/mkdocs-include-markdown-plugin { };
}
4 changes: 2 additions & 2 deletions pkgs/mkdocs-include-markdown-plugin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

python3.pkgs.buildPythonPackage rec {
pname = "mkdocs-include-markdown-plugin";
version = "6.0.4";
version = "6.2.2";
format = "wheel";

src = fetchPypi rec {
inherit version format;
pname = "mkdocs_include_markdown_plugin";
hash = "sha256-57i17MQdaj4Wlpz/NyXsOjkbaOnf4aS042qFCL7NqDU=";
hash = "sha256-0pOVD2SZ0pRCkcp7m8SmDmUrv9PjpCtWT2zO7iaGlOc=";
dist = python;
python = "py3";
};
Expand Down
46 changes: 0 additions & 46 deletions pkgs/mkdocs-rss-plugin/default.nix

This file was deleted.

0 comments on commit 9d05b99

Please sign in to comment.