Commit 5cadfbeb authored by Viorel-Cătălin Răpițeanu's avatar Viorel-Cătălin Răpițeanu
Browse files

lutris: 0.5.14 -> 0.5.16

https://github.com/lutris/lutris/releases/tag/v0.5.16
Removed the patch for the failing test.
parent f67b36ba
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -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