Updating toxic to 0.5.1

This commit is contained in:
Lluís Batlle i Rossell 2014-09-29 10:26:28 +02:00
parent 93fd8fb3a5
commit c1e962f1e2

View File

@ -2,13 +2,13 @@
, libtoxcore, openal, libvpx, freealut, libconfig, pkgconfig }: , libtoxcore, openal, libvpx, freealut, libconfig, pkgconfig }:
let let
version = "0.5.0"; version = "0.5.1";
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "toxic-${version}"; name = "toxic-${version}";
src = fetchurl { src = fetchurl {
url = "https://github.com/Tox/toxic/archive/v${version}.tar.gz"; url = "https://github.com/Tox/toxic/archive/v${version}.tar.gz";
sha256 = "01k32431zay1mdqvrw5qk0pjxb7gkcxr78w1a06g23b7ymjwfawv"; sha256 = "0zzfgwm17a4xcy9l0ll2pksp45mz6f4s3isdrgjpw1xibv9xnzcm";
}; };
makeFlags = [ "-Cbuild" "VERSION=${version}" "PREFIX=$(out)" ]; makeFlags = [ "-Cbuild" "VERSION=${version}" "PREFIX=$(out)" ];