openttd-nml: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm 2022-12-04 01:05:12 +00:00
parent 8ae7fa8541
commit 0683de6bc3

View File

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