openttd-nml: 0.7.6 -> 0.8.0
This commit is contained in:
parent
39f7b8f0f5
commit
96c0495e39
@ -6,19 +6,18 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "openttd-nml";
|
pname = "openttd-nml";
|
||||||
version = "0.7.6";
|
version = "0.8.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OpenTTD";
|
owner = "OpenTTD";
|
||||||
repo = "nml";
|
repo = "nml";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-jAvzfmv8iLs4jb/rzRswiAPHZpx20hjfbG/NY4HGcF0=";
|
hash = "sha256-LZhkyYTtolB9/1ZvwYa+TJJRBIifyuqlMawK7vhPV0k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
pillow
|
pillow
|
||||||
ply
|
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user