summary refs log tree commit diff
path: root/pkgs/games/tome4
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-10 00:03:53 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-10 00:03:53 +0000
commita8f6860ae45750738520986313907af80dc28ae2 (patch)
treead2a6f92ae614e0e781d4a6b9c6557866cf0172b /pkgs/games/tome4
parent8d72e6bd5fa8fb40f7aafe955c2ec888231b846b (diff)
downloadnixpkgs-a8f6860ae45750738520986313907af80dc28ae2.tar
nixpkgs-a8f6860ae45750738520986313907af80dc28ae2.tar.gz
nixpkgs-a8f6860ae45750738520986313907af80dc28ae2.tar.bz2
nixpkgs-a8f6860ae45750738520986313907af80dc28ae2.tar.lz
nixpkgs-a8f6860ae45750738520986313907af80dc28ae2.tar.xz
nixpkgs-a8f6860ae45750738520986313907af80dc28ae2.tar.zst
nixpkgs-a8f6860ae45750738520986313907af80dc28ae2.zip
tome4: 1.6.6 -> 1.6.7
Diffstat (limited to 'pkgs/games/tome4')
-rw-r--r--pkgs/games/tome4/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/tome4/default.nix b/pkgs/games/tome4/default.nix
index 81bc7f4a13c..99391f2e301 100644
--- a/pkgs/games/tome4/default.nix
+++ b/pkgs/games/tome4/default.nix
@@ -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" ];