dotbot: 1.21.0 -> 1.22.0 (#421180)

This commit is contained in:
Aleksana
2025-07-05 17:26:25 +08:00
committed by GitHub
+3 -3
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "dotbot";
version = "1.21.0";
version = "1.22.0";
pyproject = true;
src = fetchFromGitHub {
owner = "anishathalye";
repo = "dotbot";
tag = "v${version}";
hash = "sha256-f+ykGXcQ1hLptGElQ5ZTt8z0SXnlTbdcf922AVF78bU=";
hash = "sha256-3U8lIsqy95Ulxa5f2hHGFmuAqQ7WZtikvgaplX6GTF0=";
};
preCheck = ''
@@ -37,7 +37,7 @@ python3Packages.buildPythonApplication rec {
dotfiles.
'';
homepage = "https://github.com/anishathalye/dotbot";
changelog = "https://github.com/anishathalye/dotbot/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/anishathalye/dotbot/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ludat ];
};