Merge pull request #35874 from ryantm/auto-update/mc-4.8.19-to-4.8.20

mc: 4.8.19 -> 4.8.20
This commit is contained in:
adisbladis 2018-02-27 22:56:09 +08:00 committed by GitHub
commit 9eb24ee9e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "mc-${version}";
version = "4.8.19";
version = "4.8.20";
src = fetchurl {
url = "http://www.midnight-commander.org/downloads/${name}.tar.xz";
sha256 = "1pzjq4nfxl2aakxipdjs5hq9n14374ly1l00s40kd2djnnxmd7pb";
sha256 = "072h7n9b3j79fqn48xaw0xhlcjavpsmfpz6nyh20lhmfz3sffzh1";
};
nativeBuildInputs = [ pkgconfig ];