icecast: 2.4.1 -> 2.4.3
This commit is contained in:
parent
ffb0ddc516
commit
d7624d6677
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user