openttd-nml: 0.7.4 -> 0.7.5

This commit is contained in:
R. Ryantm
2024-03-02 19:56:36 +00:00
parent 9c8cdfde17
commit 1659819ab7
+2 -2
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; [