Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5dc4d071ffec
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 95361984e605
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 12, 2020

  1. minetest 5.0.1 -> 5.1.0

    (cherry picked from commit 8479d2b)
    MicrosoftTakeover authored and cap committed Jan 12, 2020
    Copy the full SHA
    3c85582 View commit details
  2. Merge pull request #77547 from scaredmushroom/minetest_release-19.09

    backport: minetest 5.0.1 -> 5.1.0
    fpletz authored Jan 12, 2020
    Copy the full SHA
    9536198 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/games/minetest/default.nix
6 changes: 3 additions & 3 deletions pkgs/games/minetest/default.nix
Original file line number Diff line number Diff line change
@@ -73,9 +73,9 @@ let
};

v5 = {
version = "5.0.1";
sha256 = "11i8fqjpdggqfdlx440k5758zy0nbf9phxan9r63mavc7mph88ay";
dataSha256 = "1hw3n7qqpasq6bivxhq01kr0d58w0gp46s0baxixp1fakd79p8a7";
version = "5.1.0";
sha256 = "184n9gxfa7yr0j85z2x736maaymsnppd5jzm326wlqri3c0qqy3z";
dataSha256 = "1r9fxz2j24q74a9injvbxbf2xk67fzabv616i676zw2cvgv9hn39";
};

in {