mc: 4.8.17 -> 4.8.18
This commit is contained in:
parent
1e753d1fbc
commit
8de1da7ccb
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mc-${version}";
|
name = "mc-${version}";
|
||||||
version = "4.8.17";
|
version = "4.8.18";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.midnight-commander.org/downloads/${name}.tar.bz2";
|
url = "http://www.midnight-commander.org/downloads/${name}.tar.xz";
|
||||||
sha256 = "0fvqzffppj0aja9hi0k1xdjg5m6s99immlla1y9yzn5fp8vwpl36";
|
sha256 = "1kmysm1x7smxs9k483nin6bx1rx0av8xrqjx9yf73hc7r4anhqzp";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig perl glib gpm slang zip unzip file gettext libX11 libICE e2fsprogs
|
buildInputs = [ pkgconfig perl glib gpm slang zip unzip file gettext libX11 libICE e2fsprogs
|
||||||
@ -18,9 +18,11 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "File Manager and User Shell for the GNU Project";
|
description = "File Manager and User Shell for the GNU Project";
|
||||||
homepage = http://www.midnight-commander.org;
|
homepage = http://www.midnight-commander.org;
|
||||||
|
downloadPage = "http://www.midnight-commander.org/downloads/";
|
||||||
repositories.git = git://github.com/MidnightCommander/mc.git;
|
repositories.git = git://github.com/MidnightCommander/mc.git;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
maintainers = [ stdenv.lib.maintainers.sander ];
|
maintainers = [ stdenv.lib.maintainers.sander ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
updateWalker = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user