legendary-gl: 0.20.28 -> 0.20.29

This commit is contained in:
R. Ryantm 2022-09-16 14:07:28 +00:00 committed by Bobby Rong
parent 5538b8f0cc
commit 3fda0f64a9

View File

@ -7,13 +7,13 @@
buildPythonApplication rec {
pname = "legendary-gl"; # Name in pypi
version = "0.20.28";
version = "0.20.29";
src = fetchFromGitHub {
owner = "derrod";
repo = "legendary";
rev = "refs/tags/${version}";
sha256 = "sha256-33EsxwwvgkN9U8kpYywV0wsRnLzjGv87zYJ9jSVi91c=";
sha256 = "sha256-yocGjPZzuLHvWQ1EuS+kMxb/6ikfPvKqFmvHK+SyE+E=";
};
propagatedBuildInputs = [ requests ];