minetest: 0.4.16 -> 0.4.17

This commit is contained in:
Edward Tjörnhammar 2018-11-11 12:38:02 +01:00
parent 3ba7d2ae01
commit 8ff9e78dc1
No known key found for this signature in database
GPG Key ID: 577898458385603E
1 changed files with 3 additions and 3 deletions

View File

@ -4,19 +4,19 @@
}: }:
let let
version = "0.4.16"; version = "0.4.17";
sources = { sources = {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "minetest"; owner = "minetest";
repo = "minetest"; repo = "minetest";
rev = "${version}"; rev = "${version}";
sha256 = "048m8as01bw4pnwfxx04wfnyljxq7ivk88l214zi18prrrkfamj3"; sha256 = "0ri9hyhvcnyyy2k83qvv543s10476g9fn3vcbjwvxjfqap9mkc5m";
}; };
data = fetchFromGitHub { data = fetchFromGitHub {
owner = "minetest"; owner = "minetest";
repo = "minetest_game"; repo = "minetest_game";
rev = "${version}"; rev = "${version}";
sha256 = "0alikzyjvj9hd8s3dd6ghpz0y982w2j0yd2zgd7a047mxw21hrcn"; sha256 = "1g8iw2pya32ifljbdx6z6rpcinmzm81i9minhi2bi1d500ailn7s";
}; };
}; };
in stdenv.mkDerivation { in stdenv.mkDerivation {