lutris: 0.5.14 -> 0.5.16

https://github.com/lutris/lutris/releases/tag/v0.5.16
Removed the patch for the failing test.
This commit is contained in:
Viorel-Cătălin Răpițeanu 2024-01-25 22:59:38 +02:00
parent f67b36bad6
commit 5cadfbeb38

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