zandronum: 2.0 -> 2.1

This commit is contained in:
lassulus 2015-06-29 17:14:15 +02:00 committed by Cray Elliott
parent e2136f6fec
commit f3bd641203
3 changed files with 13 additions and 11 deletions

View File

@ -3,6 +3,7 @@
, bzip2
, cairo
, fetchurl
, fluidsynth
, fontconfig
, freetype
, gdk_pixbuf
@ -20,16 +21,17 @@
assert stdenv.system == "x86_64-linux";
stdenv.mkDerivation rec {
name = "zandronum-2.0";
name = "zandronum-2.1";
src = fetchurl {
url = "http://zandronum.com/downloads/zandronum2.0-linux-x86_64.tar.bz2";
sha256 = "1k49az7x0ig40r2xisscpyhfcx9zzivx8w1l1ispj58g6qivicgc";
url = "http://zandronum.com/downloads/zandronum2.1-linux-x86_64.tar.bz2";
sha256 = "0fhk2gd0lqmc6brbli17ks5ywnlzkjyas1kfdqsf3d96w0z5rz11";
};
libPath = stdenv.lib.makeLibraryPath [
atk
bzip2
cairo
fluidsynth
fontconfig
freetype
gdk_pixbuf

View File

@ -1,11 +1,11 @@
{ stdenv, fetchhg, cmake, SDL, mesa, fmod42416, openssl, sqlite, sqlite-amalgamation }:
stdenv.mkDerivation {
name = "zandronum-2.0";
name = "zandronum-2.1";
src = fetchhg {
url = "https://bitbucket.org/Torr_Samaho/zandronum";
rev = "2fc02c0";
sha256 = "1syzy0iphm6jj5wag3xyr2fx7vyg2cjcmijhvgw2rc67rww85pv2";
url = "https://bitbucket.org/Torr_Samaho/zandronum-stable";
rev = "27275a8";
sha256 = "00xyrk0d1jrvy6zk059yawgd9b33z0fx4hvzcjvvbn03rqci60yc";
};
phases = [ "unpackPhase" "configurePhase" "buildPhase" "installPhase" ];

View File

@ -1,11 +1,11 @@
{ stdenv, fetchhg, cmake, openssl, sqlite, sqlite-amalgamation, SDL }:
stdenv.mkDerivation {
name = "zandronum-server-2.0";
name = "zandronum-server-2.1";
src = fetchhg {
url = "https://bitbucket.org/Torr_Samaho/zandronum";
rev = "2fc02c0";
sha256 = "1syzy0iphm6jj5wag3xyr2fx7vyg2cjcmijhvgw2rc67rww85pv2";
url = "https://bitbucket.org/Torr_Samaho/zandronum-stable";
rev = "27275a8";
sha256 = "00xyrk0d1jrvy6zk059yawgd9b33z0fx4hvzcjvvbn03rqci60yc";
};
phases = [ "unpackPhase" "configurePhase" "buildPhase" "installPhase" ];