mc: 4.8.22 -> 4.8.23

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mc/versions
This commit is contained in:
R. RyanTM 2019-07-01 17:16:40 -07:00 committed by Frederik Rietdijk
parent 2564dac828
commit 9dfa1f5f55

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "mc-${version}";
version = "4.8.22";
version = "4.8.23";
src = fetchurl {
url = "http://www.midnight-commander.org/downloads/${name}.tar.xz";
sha256 = "060kh3dmk8fmmsibn1l815qjazzfxzbhgqggrhncz604pbbnhy7f";
sha256 = "077z7phzq3m1sxyz7li77lyzv4rjmmh3wp2vy86pnc4387kpqzyx";
};
nativeBuildInputs = [ pkgconfig ];