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

legendary-gl: 0.20.25 -> 0.20.26
This commit is contained in:
Ryan Mulligan 2022-06-03 10:52:33 -07:00 committed by GitHub
commit 30c3cc499d
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.25";
version = "0.20.26";
src = fetchFromGitHub {
owner = "derrod";
repo = "legendary";
rev = version;
sha256 = "07z5ffi7lnvs64pksy30fbfv2i11dkkycyh31vyc4y7fsn1vd0vf";
rev = "refs/tags/${version}";
sha256 = "sha256-NqAdS5PN7Qj/HdZ2quemb0xJQsD3Ox1a/TVXj3QMq9c=";
};
propagatedBuildInputs = [ requests ];