quark-engine: 24.5.1 -> 24.6.1

This commit is contained in:
R. Ryantm 2024-06-09 16:30:04 +00:00
parent 7cf6063c54
commit ebed000ff0

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "quark-engine"; pname = "quark-engine";
version = "24.5.1"; version = "24.6.1";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "quark-engine"; owner = "quark-engine";
repo = "quark-engine"; repo = "quark-engine";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-W1UeTiyyYZzxu3XQ/6VkTvEyqPWl1Du6QutuoPhaSfs="; hash = "sha256-DDtDNa/QZ5n5ASN6Fu/nnVEQ/9Vu5HSKXKvbrg6Bsjs=";
}; };
build-system = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ setuptools ];