Skip to content

Commit

Permalink
mc: 4.8.24 -> 4.8.25
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 25, 2020
1 parent ce55b09 commit 7ae3106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/mc/default.nix
Expand Up @@ -20,11 +20,11 @@

stdenv.mkDerivation rec {
pname = "mc";
version = "4.8.24";
version = "4.8.25";

src = fetchurl {
url = "https://www.midnight-commander.org/downloads/${pname}-${version}.tar.xz";
sha256 = "0ikd2yql44p7nagmb08dmjqdwadclnvgr7ri9pmzc2s5f301r7w5";
sha256 = "12jlnabnc91xsm35g99g2wnh96jmznvrhffd18rj7fqfy8brdhgz";
};

nativeBuildInputs = [ pkgconfig autoreconfHook ];
Expand Down

0 comments on commit 7ae3106

Please sign in to comment.