Merge pull request #101614 from rnhmjoj/arx

arx-libertatis: 2019-07-22 -> 2020-10-20
This commit is contained in:
Michele Guerini Rocco 2020-10-25 09:43:28 +01:00 committed by GitHub
commit c868baa4ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -12,13 +12,13 @@ with stdenv.lib;
stdenv.mkDerivation {
pname = "arx-libertatis";
version = "2019-07-22";
version = "2020-10-20";
src = fetchFromGitHub {
owner = "arx";
repo = "ArxLibertatis";
rev = "db77aa26bb8612f711b65e72b1cd8cf6481700c7";
sha256 = "0c88djyzjna17wjcvkgsfx3011m1rba5xdzdldy1hjmafpqgb4jj";
rev = "21df2e37664de79e117eff2af164873f05600f4c";
sha256 = "06plyyh0ddqv1j04m1vclz9j72609pgrp61v8wfjdcln8djm376i";
};
nativeBuildInputs = [

View File

@ -24872,9 +24872,7 @@ in
arena = callPackage ../games/arena {};
arx-libertatis = libsForQt5.callPackage ../games/arx-libertatis {
stdenv = gcc6Stdenv;
};
arx-libertatis = libsForQt5.callPackage ../games/arx-libertatis { };
asc = callPackage ../games/asc {
lua = lua5_1;