Skip to content

Commit ad60461

Browse files
committed
python312Packages.mkdocs-git-committers-plugin-2: 2.4.1 -> 2.5.0
1 parent 6f1338e commit ad60461

File tree

1 file changed

+4
-4
lines changed
  • pkgs/development/python-modules/mkdocs-git-committers-plugin-2

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/mkdocs-git-committers-plugin-2/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616

1717
buildPythonPackage 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
};

0 commit comments

Comments
 (0)