Merge pull request #165974 from trofi/update-mc

This commit is contained in:
Ben Siraphob 2022-03-28 21:34:50 -05:00 committed by GitHub
commit 04a6d03029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \