nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.mkdocs-mermaid2-plugin: 1.2.1 -> 1.2.2

R. Ryantm a7d23d2b d8f8b0d1

+2 -2
+2 -2
pkgs/development/python-modules/mkdocs-mermaid2-plugin/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "mkdocs-mermaid2-plugin"; 17 - version = "1.2.1"; 17 + version = "1.2.2"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.7"; ··· 23 23 owner = "fralau"; 24 24 repo = "mkdocs-mermaid2-plugin"; 25 25 tag = "v${version}"; 26 - hash = "sha256-LKPjhCPozz/+UV2658qWOIjpMt6w+UDBXsg1fqyg48M="; 26 + hash = "sha256-4WuE9fO4o0uN48W2Rwd4gKa6pK9bqyrcGjFLEkfJ0E4="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [