Skip to content

Commit cbbfdae

Browse files
committed
Update deps
1 parent 11fa636 commit cbbfdae

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
pkgs = nixpkgs.legacyPackages.x86_64-linux;
1313
packageOverrides = self: super: {
1414
mkdocs-material = super.mkdocs-material.overridePythonAttrs (old: rec {
15-
version = "9.4.6";
15+
version = "9.5.30";
1616
src = super.fetchPypi {
1717
pname = "mkdocs_material";
1818
inherit version;
19-
hash = "sha256-CWZeYN9+6eX/OlSvFz9tRb5xix7n3ZYrz/MQK4H7DBQ=";
19+
hash = "sha256-P9QX3ULWeeO6CLni1yzYuK8ULMSjlpZ2rWsAmT3Rguw=";
2020
};
2121
});
2222
mkdocs-static-i18n = super.buildPythonPackage rec {
2323
pname = "mkdocs-static-i18n";
24-
version = "1.2.0";
24+
version = "1.2.3";
2525
pyproject = true;
2626
src = super.fetchPypi {
2727
inherit version;
2828
pname = "mkdocs_static_i18n";
29-
hash = "sha256-S9D/7J8dlmtmrOhTAntYaImumksrgMQutR1CkOXOD9c=";
29+
hash = "sha256-fM9Npt0pVw7EnNhj6/9v75y4LbscuFJJvfdE6Ng5yRQ=";
3030
};
3131
propagatedBuildInputs = with self; [
3232
setuptools

0 commit comments

Comments
 (0)