ascii-draw: 1.1.0 -> 1.2.0

This commit is contained in:
R. Ryantm
2025-11-27 15:33:35 +00:00
parent 46d8d22b4b
commit 90d7e784c5
+2 -2
View File
@@ -13,14 +13,14 @@
python3Packages.buildPythonApplication rec {
pname = "ascii-draw";
version = "1.1.0";
version = "1.2.0";
pyproject = false;
src = fetchFromGitHub {
owner = "Nokse22";
repo = "ascii-draw";
tag = "v${version}";
hash = "sha256-ed8RSS9anU5gstWTrJc2APx7PLmTzVVWXg8Sif8tySM=";
hash = "sha256-M+cRJ6gJBbgWM6HodrYK0MTvqP+AAMjz3B6pJftypEM=";
};
nativeBuildInputs = [