icecast: 2.4.1 -> 2.4.3

This commit is contained in:
Franz Pletz 2017-06-20 02:37:28 +02:00
parent ffb0ddc516
commit d7624d6677
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -3,11 +3,11 @@
, libvorbis, libtheora, speex, libkate, libopus }:
stdenv.mkDerivation rec {
name = "icecast-2.4.1";
name = "icecast-2.4.3";
src = fetchurl {
url = "http://downloads.xiph.org/releases/icecast/${name}.tar.gz";
sha256 = "0js5lylrgklhvvaksx46zc8lc975qb1bns8h1ms545nv071rxy23";
sha256 = "14n5vm2xnyn8y7kl46lnnlgv6v5fjykhc57ffdsh0qaxfs6a8p68";
};
buildInputs = [ libxml2 libxslt curl libvorbis libtheora speex libkate libopus ];