Unverified Commit 8afb4ba4 authored by K900's avatar K900 Committed by GitHub
Browse files

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

lutris: 0.5.14 -> 0.5.16
parents 2b8f6caf 5cadfbeb
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