openttd-nml: 0.7.1 -> 0.7.4

This commit is contained in:
R. Ryantm 2024-01-22 09:04:00 +00:00
parent 5836514c53
commit 4ffb8c7083

View File

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