summaryrefslogtreecommitdiffstats
path: root/pkgs/games/arx-libertatis
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2019-08-31 03:22:32 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2019-10-19 10:41:36 +0200
commit4af7f6321e54db0964fe051326d2221cba16ac7c (patch)
treef869d6bc7c3ec6304055901783094d4538d6788d /pkgs/games/arx-libertatis
parent152402b52818873c57a204c63c0a2ffa517461c5 (diff)
arx-libertatis: 2019-02-16 -> 2019-07-22
Diffstat (limited to 'pkgs/games/arx-libertatis')
-rw-r--r--pkgs/games/arx-libertatis/default.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/games/arx-libertatis/default.nix b/pkgs/games/arx-libertatis/default.nix
index 30682797bf88..a377d56528fb 100644
--- a/pkgs/games/arx-libertatis/default.nix
+++ b/pkgs/games/arx-libertatis/default.nix
@@ -12,13 +12,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "arx-libertatis";
- version = "2019-02-16";
+ version = "2019-07-22";
src = fetchFromGitHub {
- owner = "arx";
- repo = "ArxLibertatis";
- rev = "fbce6ccbc7f58583f33f29b838c38ef527edc267";
- sha256 = "0qrygp09dqhpb5q6a1zl6l03qh9bi7xcahd8hy9177z1cix3k0kz";
+ owner = "arx";
+ repo = "ArxLibertatis";
+ rev = "db77aa26bb8612f711b65e72b1cd8cf6481700c7";
+ sha256 = "0c88djyzjna17wjcvkgsfx3011m1rba5xdzdldy1hjmafpqgb4jj";
};
nativeBuildInputs = [
@@ -54,10 +54,10 @@ stdenv.mkDerivation rec {
first-person role-playing game / dungeon crawler
developed by Arkane Studios.
'';
- homepage = http://arx-libertatis.org/;
- license = licenses.gpl3;
+ homepage = http://arx-libertatis.org/;
+ license = licenses.gpl3;
maintainers = with maintainers; [ rnhmjoj ];
- platforms = platforms.linux;
+ platforms = platforms.linux;
};
}