Merge pull request #111326 from r-ryantm/auto-update/mc

mc: 4.8.25 -> 4.8.26
This commit is contained in:
Mario Rodas
2021-01-30 15:13:10 -05:00
committed by GitHub

View File

@@ -20,11 +20,11 @@
stdenv.mkDerivation rec {
pname = "mc";
version = "4.8.25";
version = "4.8.26";
src = fetchurl {
url = "https://www.midnight-commander.org/downloads/${pname}-${version}.tar.xz";
sha256 = "12jlnabnc91xsm35g99g2wnh96jmznvrhffd18rj7fqfy8brdhgz";
sha256 = "sha256-xt6txQWV8tmiLcbCmanyizk+NYNG6/bKREqEadwWbCc=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];