libburn: 1.4.2.p101 -> 1.4.4

This commit is contained in:
Rahul Gopinath 2016-07-04 01:18:30 -07:00 committed by Bjørn Forsman
parent dc0c01f929
commit 60d00ce1e4

View file

@ -2,17 +2,17 @@
stdenv.mkDerivation rec {
name = "libburn-${version}";
version = "1.4.2.pl01";
version = "1.4.4";
src = fetchurl {
url = "http://files.libburnia-project.org/releases/${name}.tar.gz";
sha256 = "1nqfm24dm2csdnhsmpgw9cwcnkwvqlvfzsm9bhr6yg7bbmzwvkrk";
sha256 = "053x1sj6r5pj5396g007v6l0s7942cy2mh5fd3caqx0jdw6h9xqv";
};
meta = with stdenv.lib; {
homepage = http://libburnia-project.org/;
description = "A library by which preformatted data get onto optical media: CD, DVD, BD (Blu-Ray)";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ abbradar ];
maintainers = with maintainers; [ abbradar vrthra ];
};
}