openttd-nml: 0.6.1 -> 0.7.0

This commit is contained in:
R. Ryantm 2022-09-08 14:12:10 +00:00
parent ad2aac1e24
commit 366fc43b01

@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "openttd-nml";
version = "0.6.1";
version = "0.7.0";
src = fetchFromGitHub {
owner = "OpenTTD";
repo = "nml";
rev = version;
hash = "sha256-AmJrPyzPMe2F8geJhhRpO8aj467n1wqldC9iuzElFnw=";
rev = "refs/tags/${version}";
hash = "sha256-tmipHRe6qXoSLNbc0OEKxBJZrmTX3DEiuSfQeWRj1sU=";
};
propagatedBuildInputs = with python3.pkgs; [