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 { stdenv.mkDerivation {
pname = "arx-libertatis"; pname = "arx-libertatis";
version = "2019-07-22"; version = "2020-10-20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "arx"; owner = "arx";
repo = "ArxLibertatis"; repo = "ArxLibertatis";
rev = "db77aa26bb8612f711b65e72b1cd8cf6481700c7"; rev = "21df2e37664de79e117eff2af164873f05600f4c";
sha256 = "0c88djyzjna17wjcvkgsfx3011m1rba5xdzdldy1hjmafpqgb4jj"; sha256 = "06plyyh0ddqv1j04m1vclz9j72609pgrp61v8wfjdcln8djm376i";
}; };
nativeBuildInputs = [ nativeBuildInputs = [

View File

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