Merge pull request #156403 from r-ryantm/auto-update/legendary-gl

legendary-gl: 0.20.24 -> 0.20.25
This commit is contained in:
legendofmiracles 2022-01-24 21:40:29 -06:00 committed by GitHub
commit 379e0e806e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
buildPythonApplication rec {
pname = "legendary-gl"; # Name in pypi
version = "0.20.24";
version = "0.20.25";
src = fetchFromGitHub {
owner = "derrod";
repo = "legendary";
rev = version;
sha256 = "sha256-4VN/2FoAXTaumPsplV9wgdUSQsFitC1hqWveAW/yt58=";
sha256 = "07z5ffi7lnvs64pksy30fbfv2i11dkkycyh31vyc4y7fsn1vd0vf";
};
propagatedBuildInputs = [ requests ];