lutris-unwrapped: 0.5.8.3 -> 0.5.8.4

This commit is contained in:
Ilan Joselevich 2021-07-03 15:46:45 +03:00
parent f091739337
commit afe5bef405

View File

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