Merge pull request #283857 from Steinhagen/lutris-0-5-16

lutris: 0.5.14 -> 0.5.16
This commit is contained in:
K900 2024-02-09 20:17:57 +03:00 committed by GitHub
commit 8afb4ba41d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,24 +76,15 @@ let
in
buildPythonApplication rec {
pname = "lutris-unwrapped";
version = "0.5.14";
version = "0.5.16";
src = fetchFromGitHub {
owner = "lutris";
repo = "lutris";
rev = "v${version}";
hash = "sha256-h7oHFVqMJU1HuuUgh5oKXxr9uaIPHz7Q4gf8ONLzric=";
hash = "sha256-Ed1bhugBe97XmY050A5jCPcnLj0Fd7qPX2p/Ab+YbOE=";
};
# Backport patch to fix a failing test
# FIXME: remove in next release
patches = [
(fetchpatch {
url = "https://github.com/lutris/lutris/commit/1f1d554df3b38da64fc65557ad619e55e050641e.patch";
hash = "sha256-kVK1RX6T1ijffWVU7VEt2fR62QpvI6VZebiKPgEE/N8=";
})
];
nativeBuildInputs = [ wrapGAppsHook gobject-introspection ];
buildInputs = [
atk