Merge pull request #82202 from r-ryantm/auto-update/tome4

tome4: 1.6.6 -> 1.6.7
This commit is contained in:
Aaron Andersen 2020-03-10 20:38:18 -04:00 committed by GitHub
commit 40b9decdc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,11 +18,11 @@ let
in stdenv.mkDerivation rec {
name = "${pname}-${version}";
version = "1.6.6";
version = "1.6.7";
src = fetchurl {
url = "https://te4.org/dl/t-engine/t-engine4-src-${version}.tar.bz2";
sha256 = "1amx0y49scy9hq71wjvkdzvgclwa2g54vkv4bf40mxyp4pl0bq7m";
sha256 = "0283hvms5hr29zr0grd6gq059k0hg8hcz3fsmwjmysiih8790i68";
};
prePatch = ''
@ -72,7 +72,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Tales of Maj'eyal (rogue-like game)";
homepage = https://te4.org/;
homepage = "https://te4.org/";
license = licenses.gpl3;
maintainers = with maintainers; [ chattered peterhoeg ];
platforms = with platforms; [ "i686-linux" "x86_64-linux" ];