File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/python-modules/mkdocs-git-committers-plugin-2 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616
1717buildPythonPackage rec {
1818 pname = "mkdocs-git-committers-plugin-2" ;
19- version = "2.4.1 " ;
19+ version = "2.5.0 " ;
2020 pyproject = true ;
2121
2222 disabled = pythonOlder "3.8" ;
2323
2424 src = fetchFromGitHub {
2525 owner = "ojacques" ;
2626 repo = "mkdocs-git-committers-plugin-2" ;
27- rev = "refs/tags/ ${ version } " ;
28- hash = "sha256-hKt0K5gOkdUDwTlyMTwodl4gD1RD+s+CM+zEpngSnlc =" ;
27+ tag = version ;
28+ hash = "sha256-PpXgY5RlOeb0mB46gcNVWkSGMZa4WPkCwDUXMxCUjsI =" ;
2929 } ;
3030
3131 build-system = [
@@ -45,7 +45,7 @@ buildPythonPackage rec {
4545 meta = {
4646 description = "MkDocs plugin for displaying a list of contributors on each page" ;
4747 homepage = "https://github.com/ojacques/mkdocs-git-committers-plugin-2" ;
48- changelog = "https://github.com/ojacques/mkdocs-git-committers-plugin-2/releases/tag/${ version } " ;
48+ changelog = "https://github.com/ojacques/mkdocs-git-committers-plugin-2/releases/tag/${ src . tag } " ;
4949 license = lib . licenses . mit ;
5050 maintainers = with lib . maintainers ; [ mahtaran ] ;
5151 } ;
You can’t perform that action at this time.
0 commit comments