libburn: 1.4.2.p101 -> 1.4.4
This commit is contained in:
parent
dc0c01f929
commit
60d00ce1e4
@ -2,17 +2,17 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libburn-${version}";
|
name = "libburn-${version}";
|
||||||
version = "1.4.2.pl01";
|
version = "1.4.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://files.libburnia-project.org/releases/${name}.tar.gz";
|
url = "http://files.libburnia-project.org/releases/${name}.tar.gz";
|
||||||
sha256 = "1nqfm24dm2csdnhsmpgw9cwcnkwvqlvfzsm9bhr6yg7bbmzwvkrk";
|
sha256 = "053x1sj6r5pj5396g007v6l0s7942cy2mh5fd3caqx0jdw6h9xqv";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://libburnia-project.org/;
|
homepage = http://libburnia-project.org/;
|
||||||
description = "A library by which preformatted data get onto optical media: CD, DVD, BD (Blu-Ray)";
|
description = "A library by which preformatted data get onto optical media: CD, DVD, BD (Blu-Ray)";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar vrthra ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user