legendary-gl: 0.20.25 -> 0.20.26

This commit is contained in:
R. Ryantm 2022-06-02 06:14:49 +00:00
parent de7510053c
commit 3852104931

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.25"; version = "0.20.26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "derrod"; owner = "derrod";
repo = "legendary"; repo = "legendary";
rev = version; rev = "refs/tags/${version}";
sha256 = "07z5ffi7lnvs64pksy30fbfv2i11dkkycyh31vyc4y7fsn1vd0vf"; sha256 = "sha256-NqAdS5PN7Qj/HdZ2quemb0xJQsD3Ox1a/TVXj3QMq9c=";
}; };
propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests ];