update ftw

This commit is contained in:
Tyler Starr 2025-06-23 00:20:42 -07:00
parent 2f8e7ee16f
commit c9c8c6a3b0

View File

@ -7,8 +7,8 @@ python3Packages.buildPythonApplication rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "starr-dusT"; owner = "starr-dusT";
repo = "ftw"; repo = "ftw";
rev = "4a4ed10d3913028e2d97e9ab079401b8e948e088"; rev = "567125b8db098ade1c792fa3dafd9f099273f804";
sha256 = "sha256-Gxt895JQAopfdQ0XawKnZP06Wy4KJQhsbH4Aa8+ZSS4="; sha256 = "sha256-6gOYyGWNJRRCylmSVrwwNTQMHmVrV8SQ0muXeqzVLTY=";
}; };
format = "pyproject"; format = "pyproject";