Commit 5496a2c0 authored by kira's avatar kira
Browse files

lutris: 0.5.18 ->0.5.19

Update to latest version.
parent f560f7f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -74,13 +74,13 @@ let
in
buildPythonApplication rec {
  pname = "lutris-unwrapped";
  version = "0.5.18";
  version = "0.5.19";

  src = fetchFromGitHub {
    owner = "lutris";
    repo = "lutris";
    rev = "v${version}";
    hash = "sha256-dI5hqWBWrOGYUEM9Mfm7bTh7BEc4e+T9gJeiZ3BiqmE=";
    hash = "sha256-CAXKnx5+60MITRM8enkYgFl5ZKM6HCXhCYNyG7kHhuQ=";
  };

  nativeBuildInputs = [