Skip to content

Commit

Permalink
Merge pull request #292861 from r-ryantm/auto-update/openttd-nml
Browse files Browse the repository at this point in the history
openttd-nml: 0.7.4 -> 0.7.5
  • Loading branch information
leona-ya authored Mar 3, 2024
2 parents d8be97b + 1659819 commit 2ccf518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/openttd/nml.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand Down

0 comments on commit 2ccf518

Please sign in to comment.