quark-engine: 23.2.1 -> 23.4.1

Changelog: https://github.com/quark-engine/quark-engine/releases/tag/v23.4.1
This commit is contained in:
Fabian Affolter
2023-05-06 23:53:02 +02:00
parent 897876e4c4
commit 835f5860a7
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "quark-engine";
version = "23.2.1";
version = "23.4.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-9WrOyBOoSif1P67Z19HW56RvsojoubeT58P0rM18XSk=";
sha256 = "sha256-YOI768QNAgqUy3Vc2kyJCUeJE7j0PyP5BOUelhvyHgU=";
};
propagatedBuildInputs = with python3.pkgs; [