lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

legendary-gl: 0.20.29 -> 0.20.30

authored by

R. Ryantm and committed by winter.bsky.social e82d8ad7 11143bbe

+2 -2
+2 -2
pkgs/games/legendary-gl/default.nix
··· 7 7 8 8 buildPythonApplication rec { 9 9 pname = "legendary-gl"; # Name in pypi 10 - version = "0.20.29"; 10 + version = "0.20.30"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "derrod"; 14 14 repo = "legendary"; 15 15 rev = "refs/tags/${version}"; 16 - sha256 = "sha256-yocGjPZzuLHvWQ1EuS+kMxb/6ikfPvKqFmvHK+SyE+E="; 16 + sha256 = "sha256-LyA8crGm1ApkI4yqVayM92EHtisQLuNmuKiLTyPyFlk="; 17 17 }; 18 18 19 19 propagatedBuildInputs = [ requests ];