Merge pull request #147893 from MoritzBoehme/bump-legendary

This commit is contained in:
Sandro 2021-11-30 17:59:05 +01:00 committed by GitHub
commit 8425006f90
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.10";
version = "0.20.18";
src = fetchFromGitHub {
owner = "derrod";
repo = "legendary";
rev = version;
sha256 = "sha256-/OttNHwS08gHx/ZpOuB6yxfK2cX3BbMeQLZC7iXKKrk=";
sha256 = "0d31c8grvcw7y3sh2x90cxhj612k6f491w2r12j1q33d2v9sqm4j";
};
propagatedBuildInputs = [ requests ];