Merge pull request #301481 from r-ryantm/auto-update/quark-engine

quark-engine: 24.2.1 -> 24.4.1
This commit is contained in:
Nick Cao 2024-04-04 09:35:30 -04:00 committed by GitHub
commit 04fec3ed7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; [