tome4: 1.6.6 -> 1.6.7

This commit is contained in:
R. RyanTM 2020-03-10 00:03:53 +00:00
parent 8d72e6bd5f
commit a8f6860ae4

View File

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