rare: 1.10.7 -> 1.10.11

Diff: https://github.com/RareDevs/Rare/compare/refs/tags/1.10.7...1.10.11
This commit is contained in:
Martino Fontana 2023-12-26 19:25:57 +01:00
parent ec528fe7f7
commit bb89b8c8cf

View File

@ -3,6 +3,7 @@
, buildPythonApplication
, qt5
, legendary-gl
, orjson
, pypresence
, pyqt5
, python
@ -14,14 +15,14 @@
buildPythonApplication rec {
pname = "rare";
version = "1.10.7";
version = "1.10.11";
pyproject = true;
src = fetchFromGitHub {
owner = "RareDevs";
repo = "Rare";
rev = "refs/tags/${version}";
hash = "sha256-rV6B9tCdwWK9yvEtVyLnv4Lo1WP5xW0f4JcsNZ7iBGI=";
hash = "sha256-2DtI5iaK4bYdGfIEhPy52WaEqh+IJMZ6qo/348lMnLY=";
};
nativeBuildInputs = [
@ -31,6 +32,7 @@ buildPythonApplication rec {
propagatedBuildInputs = [
legendary-gl
orjson
pypresence
pyqt5
qtawesome