lol

lutris: 0.5.18 -> 0.5.19 (#385282)

authored by

Peder Bergebakken Sundt and committed by
GitHub
1d2fe013 94a21600

+2 -2
+2 -2
pkgs/applications/misc/lutris/default.nix
··· 74 74 in 75 75 buildPythonApplication rec { 76 76 pname = "lutris-unwrapped"; 77 - version = "0.5.18"; 77 + version = "0.5.19"; 78 78 79 79 src = fetchFromGitHub { 80 80 owner = "lutris"; 81 81 repo = "lutris"; 82 82 rev = "v${version}"; 83 - hash = "sha256-dI5hqWBWrOGYUEM9Mfm7bTh7BEc4e+T9gJeiZ3BiqmE="; 83 + hash = "sha256-CAXKnx5+60MITRM8enkYgFl5ZKM6HCXhCYNyG7kHhuQ="; 84 84 }; 85 85 86 86 nativeBuildInputs = [