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