mc: 4.8.27 -> 4.8.28

A notable thing is removal of obsolete builtin smb support.

changelog: http://midnight-commander.org/wiki/NEWS-4.8.28
This commit is contained in:
Sergei Trofimovich 2022-03-27 18:07:20 +01:00
parent f338d0737c
commit 7a9e86f019

View File

@ -24,11 +24,11 @@
stdenv.mkDerivation rec {
pname = "mc";
version = "4.8.27";
version = "4.8.28";
src = fetchurl {
url = "https://www.midnight-commander.org/downloads/${pname}-${version}.tar.xz";
sha256 = "sha256-Mb5ZIl/6mSCBbpqLO+CrIloW0Z5Pr0aJDyW9/6AqT/Q=";
sha256 = "sha256-6ZTZvppxcumsSkrWIQeSH2qjEuZosFbf5bi867r1OAM=";
};
nativeBuildInputs = [ pkg-config autoreconfHook unzip ]
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
configureFlags = [ "--enable-vfs-smb" "PERL=${perl}/bin/perl" ];
configureFlags = [ "PERL=${perl}/bin/perl" ];
postPatch = ''
substituteInPlace src/filemanager/ext.c \