Merge pull request #135690 from trofi/update-mc

mc: 4.8.26 -> 4.8.27
This commit is contained in:
Sandro 2021-08-26 00:10:54 +02:00 committed by GitHub
commit 556d89d2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,11 +21,11 @@
stdenv.mkDerivation rec {
pname = "mc";
version = "4.8.26";
version = "4.8.27";
src = fetchurl {
url = "https://www.midnight-commander.org/downloads/${pname}-${version}.tar.xz";
sha256 = "sha256-xt6txQWV8tmiLcbCmanyizk+NYNG6/bKREqEadwWbCc=";
sha256 = "sha256-Mb5ZIl/6mSCBbpqLO+CrIloW0Z5Pr0aJDyW9/6AqT/Q=";
};
nativeBuildInputs = [ pkg-config autoreconfHook unzip ]