forked from mirrors/nixpkgs
ms-sys: 2.5.2 -> 2.5.3
This commit is contained in:
parent
a90196d4cd
commit
225edbd9b5
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ms-sys-${version}";
|
||||
version = "2.5.2";
|
||||
version = "2.5.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/ms-sys/${name}.tar.gz";
|
||||
sha256 = "0c7ld5pglcacnrvy2gzzg1ny1jyknlj9iz1mvadq3hn8ai1d83px";
|
||||
sha256 = "0mijf82cbji4laip6hiy3l5ka5mzq5sivjvyv7wxnc2fd3v7hgp0";
|
||||
};
|
||||
|
||||
buildInputs = [ gettext ];
|
||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A program for writing Microsoft compatible boot records";
|
||||
description = "A program for writing Microsoft-compatible boot records";
|
||||
homepage = http://ms-sys.sourceforge.net/;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
|
|
Loading…
Reference in a new issue