legendary-gl: 0.20.10 -> 0.20.18

This commit is contained in:
MoritzBoehme 2021-11-29 16:00:05 +01:00
parent 228045a35a
commit 26f82bcea7

View File

@ -7,13 +7,13 @@
buildPythonApplication rec {
pname = "legendary-gl"; # Name in pypi
version = "0.20.10";
version = "0.20.18";
src = fetchFromGitHub {
owner = "derrod";
repo = "legendary";
rev = version;
sha256 = "sha256-/OttNHwS08gHx/ZpOuB6yxfK2cX3BbMeQLZC7iXKKrk=";
sha256 = "0d31c8grvcw7y3sh2x90cxhj612k6f491w2r12j1q33d2v9sqm4j";
};
propagatedBuildInputs = [ requests ];