Merge pull request #262281 from K900/lutris-0.5.14

lutris: 0.5.13 -> 0.5.14
This commit is contained in:
K900
2023-10-30 20:06:41 +03:00
committed by GitHub
+12 -2
View File
@@ -1,6 +1,7 @@
{ buildPythonApplication
, lib
, fetchFromGitHub
, fetchpatch
# build inputs
, atk
@@ -75,15 +76,24 @@ let
in
buildPythonApplication rec {
pname = "lutris-unwrapped";
version = "0.5.13";
version = "0.5.14";
src = fetchFromGitHub {
owner = "lutris";
repo = "lutris";
rev = "v${version}";
hash = "sha256-ectrfbIkPhIqfhkavDpBCNdLPnGQhCnfFYwTf2IxB50=";
hash = "sha256-h7oHFVqMJU1HuuUgh5oKXxr9uaIPHz7Q4gf8ONLzric=";
};
# 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