quark-engine: 21.10.2 -> 22.12.1

This commit is contained in:
R. Ryantm 2022-12-28 07:28:38 +00:00
parent c2e1d345cb
commit 3a38b6b342

View file

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "quark-engine";
version = "21.10.2";
version = "22.12.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "0992wsy3plxpcqmq8cnnl0by1vkmkfb4lq2vb5rsj89wj900ci2n";
rev = "refs/tags/v${version}";
sha256 = "sha256-PdLnR01BDfb3+WsOvOZTsDHWXRNK0pLTxCXOuWik0L0=";
};
propagatedBuildInputs = with python3.pkgs; [