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: 7f298714b4f2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bc85062aa135
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 4, 2019

  1. Copy the full SHA
    bc85062 View commit details
Showing with 4 additions and 6 deletions.
  1. +3 −5 pkgs/games/minetest/default.nix
  2. +1 −1 pkgs/top-level/all-packages.nix
8 changes: 3 additions & 5 deletions pkgs/games/minetest/default.nix
Original file line number Diff line number Diff line change
@@ -72,11 +72,9 @@ let
};

v5 = {
version = "git-5.0.0-dev-2019-01-08";
rev = "95d4ff6d1b62945decc85003a99588bb0539c45b";
sha256 = "1qn42d2lfgwadb26mix6c7j457zsl8cqqjfwhaa8y34hii1q44bw";
dataRev = "a2c9523bce5bcefdc930ff6f14d6d94f57473be9";
dataSha256 = "1p26zvnmq99cqlrby4294mp2fmp8iqdcjld0ph39x41ifc50lfdf";
version = "5.0.0";
sha256 = "1b8n8nzlvmld1hl3zgs1xg4jbc1nsf1m2bn7fi794vdr06s6n911";
dataSha256 = "186i1pna2f3fwa2001y8mw5131h0sndhfdxzfqq2gnr1m83sjm0w";
};

in {
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -20859,7 +20859,7 @@ in
minetestclient_4 minetestserver_4
minetestclient_5 minetestserver_5;

minetest = minetestclient_4;
minetest = minetestclient_5;

mnemosyne = callPackage ../games/mnemosyne {
python = python3;