Merge pull request #282834 from r-ryantm/auto-update/openttd-nml

openttd-nml: 0.7.1 -> 0.7.4
This commit is contained in:
Weijia Wang 2024-01-24 00:14:44 +01:00 committed by GitHub
commit 07e0a52330
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; [