mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
legendary-gl: 0.20.6 -> 0.20.10
This commit is contained in:
parent
3e25f7feaa
commit
fffb00db1c
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "legendary-gl"; # Name in pypi
|
pname = "legendary-gl"; # Name in pypi
|
||||||
version = "0.20.6";
|
version = "0.20.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "derrod";
|
owner = "derrod";
|
||||||
repo = "legendary";
|
repo = "legendary";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1v6jbnasz2ilcafs6qyl6na4a8cxy2lgwr0hqsja6d846rfqa8ad";
|
sha256 = "sha256-/OttNHwS08gHx/ZpOuB6yxfK2cX3BbMeQLZC7iXKKrk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests ];
|
propagatedBuildInputs = [ requests ];
|
||||||
|
Loading…
Reference in New Issue
Block a user