quark-engine: 24.2.1 -> 24.4.1

This commit is contained in:
R. Ryantm 2024-04-04 08:33:02 +00:00
parent e52ada4e6b
commit 3e4c58ed2d

View file

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "quark-engine";
version = "24.2.1";
version = "24.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-77yfysmFEneVOiejoCooi1buqEM/Ljv5xqjKv17DFWE=";
sha256 = "sha256-cWO/avMz9nT9yo10b1ugC0C8NsEp2jAlcR0/+86gFKc=";
};
nativeBuildInputs = with python3.pkgs; [