mc: 4.8.26 -> 4.8.27

(cherry picked from commit 326209f03708f07545c13f5970cc3ae8a42053e1)
This commit is contained in:
Sergei Trofimovich 2021-08-25 19:28:56 +01:00 committed by Markus S. Wamser
parent 81deb02e78
commit c3798535b8
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 ]