legendary-gl: 0.20.30 -> 0.20.31

This commit is contained in:
Aidan Gauland 2022-12-29 08:56:36 +13:00
parent 04ba2aaf83
commit 1ffa32b6c5
No known key found for this signature in database
GPG key ID: 16E68DD2D0E77C91

View file

@ -7,13 +7,13 @@
buildPythonApplication rec {
pname = "legendary-gl"; # Name in pypi
version = "0.20.30";
version = "0.20.31";
src = fetchFromGitHub {
owner = "derrod";
repo = "legendary";
rev = "refs/tags/${version}";
sha256 = "sha256-LyA8crGm1ApkI4yqVayM92EHtisQLuNmuKiLTyPyFlk=";
sha256 = "sha256-XxCYL41xhtJ2z1Ps2ANTbzi4/PZu7lo78cRbr6R4iTM=";
};
propagatedBuildInputs = [ requests ];