openttd-nml: 0.7.5 -> 0.7.6

This commit is contained in:
R. Ryantm
2025-02-21 05:11:26 +00:00
parent ce48a09129
commit 3fe66b56d8
+3 -3
View File
@@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "openttd-nml";
version = "0.7.5";
version = "0.7.6";
src = fetchFromGitHub {
owner = "OpenTTD";
repo = "nml";
rev = "refs/tags/${version}";
hash = "sha256-OobTyPD7FtYMhJL3BDFXaZCOO2iPn8kjEw2OEdqQbr8=";
tag = version;
hash = "sha256-jAvzfmv8iLs4jb/rzRswiAPHZpx20hjfbG/NY4HGcF0=";
};
propagatedBuildInputs = with python3.pkgs; [