summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-30 16:39:04 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-01-30 16:39:04 +0000
commitc79586007514a885708b13fb9aa3135e921edca9 (patch)
tree1fd7ca6500588a6a2ad3767c49d9f788ac37a655 /pkgs/tools
parent89b4d1741bf4c8ccc091923fe44bb4ffee30e600 (diff)
mc: 4.8.25 -> 4.8.26
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/mc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/mc/default.nix b/pkgs/tools/misc/mc/default.nix
index 99944c7f8247..d2456a08cbd7 100644
--- a/pkgs/tools/misc/mc/default.nix
+++ b/pkgs/tools/misc/mc/default.nix
@@ -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 ];