dotbot: 1.23.0 -> 1.23.1

This commit is contained in:
R. Ryantm
2025-08-04 19:32:10 +00:00
parent 68071df053
commit 625588afea

View File

@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "dotbot"; pname = "dotbot";
version = "1.23.0"; version = "1.23.1";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "anishathalye"; owner = "anishathalye";
repo = "dotbot"; repo = "dotbot";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-Bv9nvS8DxmpMB5Bo4Sw2+rVbrnQIcnc/hQZiq0qeJxc="; hash = "sha256-Yq6mpBUokt4Zi84xyA5bayW1WLXEUXFev2aDJ/q/Fgo=";
}; };
preCheck = '' preCheck = ''