Skip to content

Commit 5496a2c

Browse files
committed
lutris: 0.5.18 ->0.5.19
Update to latest version.
1 parent f560f7f commit 5496a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/misc/lutris/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ let
7474
in
7575
buildPythonApplication rec {
7676
pname = "lutris-unwrapped";
77-
version = "0.5.18";
77+
version = "0.5.19";
7878

7979
src = fetchFromGitHub {
8080
owner = "lutris";
8181
repo = "lutris";
8282
rev = "v${version}";
83-
hash = "sha256-dI5hqWBWrOGYUEM9Mfm7bTh7BEc4e+T9gJeiZ3BiqmE=";
83+
hash = "sha256-CAXKnx5+60MITRM8enkYgFl5ZKM6HCXhCYNyG7kHhuQ=";
8484
};
8585

8686
nativeBuildInputs = [

0 commit comments

Comments
 (0)