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

openttd-nml: 0.6.1 -> 0.7.0
This commit is contained in:
Jonas Heinrich
2022-09-09 12:56:39 +02:00
committed by GitHub
+3 -3
View File
@@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "openttd-nml";
version = "0.6.1";
version = "0.7.0";
src = fetchFromGitHub {
owner = "OpenTTD";
repo = "nml";
rev = version;
hash = "sha256-AmJrPyzPMe2F8geJhhRpO8aj467n1wqldC9iuzElFnw=";
rev = "refs/tags/${version}";
hash = "sha256-tmipHRe6qXoSLNbc0OEKxBJZrmTX3DEiuSfQeWRj1sU=";
};
propagatedBuildInputs = with python3.pkgs; [