legendary-gl: 0.20.10 -> 0.20.18
This commit is contained in:
parent
228045a35a
commit
26f82bcea7
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "legendary-gl"; # Name in pypi
|
pname = "legendary-gl"; # Name in pypi
|
||||||
version = "0.20.10";
|
version = "0.20.18";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "derrod";
|
owner = "derrod";
|
||||||
repo = "legendary";
|
repo = "legendary";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-/OttNHwS08gHx/ZpOuB6yxfK2cX3BbMeQLZC7iXKKrk=";
|
sha256 = "0d31c8grvcw7y3sh2x90cxhj612k6f491w2r12j1q33d2v9sqm4j";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests ];
|
propagatedBuildInputs = [ requests ];
|
||||||
|
|
Loading…
Reference in a new issue