mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
lutris: 0.5.12 -> 0.5.13
This commit is contained in:
parent
5344bd532d
commit
fe9166fd67
@ -32,6 +32,8 @@
|
||||
, pypresence
|
||||
, pyyaml
|
||||
, requests
|
||||
, protobuf
|
||||
, moddb
|
||||
|
||||
# commands that lutris needs
|
||||
, xrandr
|
||||
@ -73,13 +75,13 @@ let
|
||||
in
|
||||
buildPythonApplication rec {
|
||||
pname = "lutris-unwrapped";
|
||||
version = "0.5.12";
|
||||
version = "0.5.13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lutris";
|
||||
repo = "lutris";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-rsiXm7L/M85ot6NrTyy//lMRFlLPJYve9y6Erg9Ugxg=";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-ectrfbIkPhIqfhkavDpBCNdLPnGQhCnfFYwTf2IxB50=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ wrapGAppsHook gobject-introspection ];
|
||||
@ -113,6 +115,8 @@ buildPythonApplication rec {
|
||||
pypresence
|
||||
pyyaml
|
||||
requests
|
||||
protobuf
|
||||
moddb
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user