Merge pull request #129129 from Kranzes/bump-lutris

lutris-unwrapped: 0.5.8.3 -> 0.5.8.4
This commit is contained in:
Sandro 2021-07-06 02:06:59 +02:00 committed by GitHub
commit 3584dfb0ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
{ buildPythonApplication, lib, fetchFromGitHub { buildPythonApplication
, lib
, fetchFromGitHub
# build inputs # build inputs
, atk , atk
@ -71,15 +73,16 @@ let
gstreamer gstreamer
]; ];
in buildPythonApplication rec { in
buildPythonApplication rec {
pname = "lutris-original"; pname = "lutris-original";
version = "0.5.8.3"; version = "0.5.8.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lutris"; owner = "lutris";
repo = "lutris"; repo = "lutris";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-NnWIP9oEndk/hDo5Z33pkmZ61pxT/ScmZ4YpS2ajK/8="; sha256 = "sha256-5ivXIgDyM9PRvuUhPFPgziXDvggcL+p65kI2yOaiS1M=";
}; };
nativeBuildInputs = [ wrapGAppsHook ]; nativeBuildInputs = [ wrapGAppsHook ];