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

openttd-nml: 0.7.4 -> 0.7.5
This commit is contained in:
Leona Maroni 2024-03-03 20:36:39 +01:00 committed by GitHub
commit 2ccf518e59
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.4";
version = "0.7.5";
src = fetchFromGitHub {
owner = "OpenTTD";
repo = "nml";
rev = "refs/tags/${version}";
hash = "sha256-7Q1H8BkLnVWoZU6/mdfgBPsMt9L7oLZK8GOvbw9TpzU=";
hash = "sha256-OobTyPD7FtYMhJL3BDFXaZCOO2iPn8kjEw2OEdqQbr8=";
};
propagatedBuildInputs = with python3.pkgs; [