dotbot: 1.23.1 -> 1.24.0

This commit is contained in:
R. Ryantm
2025-12-05 21:23:47 +00:00
parent be9cbacda3
commit 479afb4453
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "dotbot";
version = "1.23.1";
version = "1.24.0";
pyproject = true;
src = fetchFromGitHub {
owner = "anishathalye";
repo = "dotbot";
tag = "v${version}";
hash = "sha256-Yq6mpBUokt4Zi84xyA5bayW1WLXEUXFev2aDJ/q/Fgo=";
hash = "sha256-HlCq9ek/419A+bgwtbRr45Q2RqPPv38QKSV+CwzihFc=";
};
preCheck = ''