0ad game & data: 0.0.19 -> 0.0.20

This commit is contained in:
Tobias Geerinckx-Rice 2016-04-30 14:46:45 +02:00
parent fb93bfc0bc
commit 950a698488
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://releases.wildfiregames.com/0ad-${version}-${releaseType}-unix-data.tar.xz";
sha256 = "0f406ynz2fbg3hwavh52xh4f7kqm4mzhz59kkvb6dpsax5agalwk";
sha256 = "1lzl8chfqbgs1n9vpn0xaqd70kpwiibfk196iblyq6qkms3v6pnv";
};
patchPhase = ''

View File

@ -9,7 +9,7 @@
assert withEditor -> wxGTK != null;
let
version = "0.0.19";
version = "0.0.20";
releaseType = "alpha";
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://releases.wildfiregames.com/0ad-${version}-${releaseType}-unix-build.tar.xz";
sha256 = "1cwvhg30i6axm7y5b62qyjwf1j8gwa5fgc13xsga3gzdphmjchrd";
sha256 = "13n61xhjsawda3kl7112la41bqkbqmq4yhr3slydsz856z5xb5m3";
};
buildInputs = [