libshout: 2.3.1 -> 2.4.1
This commit is contained in:
parent
6c7326aedd
commit
347c1ed8a0
|
@ -4,11 +4,11 @@
|
||||||
# need pkgconfig so that libshout installs ${out}/lib/pkgconfig/shout.pc
|
# need pkgconfig so that libshout installs ${out}/lib/pkgconfig/shout.pc
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libshout-2.3.1";
|
name = "libshout-2.4.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloads.xiph.org/releases/libshout/${name}.tar.gz";
|
url = "http://downloads.xiph.org/releases/libshout/${name}.tar.gz";
|
||||||
sha256 = "cf3c5f6b4a5e3fcfbe09fb7024aa88ad4099a9945f7cb037ec06bcee7a23926e";
|
sha256 = "0kgjpf8jkgyclw11nilxi8vyjk4s8878x23qyxnvybbgqbgbib7k";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://www.icecast.org;
|
homepage = http://www.icecast.org;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = with stdenv.lib.maintainers; [ jcumming ];
|
maintainers = with stdenv.lib.maintainers; [ jcumming ];
|
||||||
|
|
||||||
platforms = with stdenv.lib.platforms; unix;
|
platforms = with stdenv.lib.platforms; unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue