arx-libertatis: 2019-02-16 -> 2019-07-22
This commit is contained in:
parent
152402b528
commit
4af7f6321e
@ -12,13 +12,13 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "arx-libertatis";
|
pname = "arx-libertatis";
|
||||||
version = "2019-02-16";
|
version = "2019-07-22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "arx";
|
owner = "arx";
|
||||||
repo = "ArxLibertatis";
|
repo = "ArxLibertatis";
|
||||||
rev = "fbce6ccbc7f58583f33f29b838c38ef527edc267";
|
rev = "db77aa26bb8612f711b65e72b1cd8cf6481700c7";
|
||||||
sha256 = "0qrygp09dqhpb5q6a1zl6l03qh9bi7xcahd8hy9177z1cix3k0kz";
|
sha256 = "0c88djyzjna17wjcvkgsfx3011m1rba5xdzdldy1hjmafpqgb4jj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -54,10 +54,10 @@ stdenv.mkDerivation rec {
|
|||||||
first-person role-playing game / dungeon crawler
|
first-person role-playing game / dungeon crawler
|
||||||
developed by Arkane Studios.
|
developed by Arkane Studios.
|
||||||
'';
|
'';
|
||||||
homepage = http://arx-libertatis.org/;
|
homepage = http://arx-libertatis.org/;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ rnhmjoj ];
|
maintainers = with maintainers; [ rnhmjoj ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user