lutris-unwrapped: 0.5.10 -> 0.5.10.1

This commit is contained in:
R. Ryantm 2022-04-19 06:13:43 +00:00
parent 3637dc530d
commit d5b646502d

View File

@ -84,13 +84,13 @@ let
in in
buildPythonApplication rec { buildPythonApplication rec {
pname = "lutris-original"; pname = "lutris-original";
version = "0.5.10"; version = "0.5.10.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lutris"; owner = "lutris";
repo = "lutris"; repo = "lutris";
rev = "v${version}"; rev = "refs/tags/v${version}";
sha256 = "sha256-PrnULCdQXNZ9OTa00NVyqiTdKRRkAYBcDj7lMwEqkw4="; sha256 = "sha256-Bf8UEGEM6M4PKoX/qKQNb9XxrxLcjKZD1vR3R2/PykI=";
}; };
nativeBuildInputs = [ wrapGAppsHook ]; nativeBuildInputs = [ wrapGAppsHook ];