legendary-gl: 0.20.29 -> 0.20.30

This commit is contained in:
R. Ryantm 2022-10-26 19:56:44 +00:00 committed by Winter
parent 11143bbe35
commit e82d8ad758

View file

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