Merge pull request #136504 from wamserma/backport-mc-135690

[21.05] mc: 4.8.26 -> 4.8.27
This commit is contained in:
Robert Scott 2021-09-04 00:44:42 +01:00 committed by GitHub
commit 90de298d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 ]