about summary refs log tree commit diff
path: root/pkgs/applications/file-managers/mc
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-17 08:46:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-17 08:46:04 +0000
commit78edd5b64e8c87ccbbc129aff560067bc41b4a58 (patch)
treef6fba4237366115b8d2ea13b99166b54bf5c636c /pkgs/applications/file-managers/mc
parentbc9b484db8c953bc252c1a31084f89892417c310 (diff)
mc: 4.8.29 -> 4.8.30
Diffstat (limited to 'pkgs/applications/file-managers/mc')
-rw-r--r--pkgs/applications/file-managers/mc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/file-managers/mc/default.nix b/pkgs/applications/file-managers/mc/default.nix
index 65211bb54391d..e83dd0379a195 100644
--- a/pkgs/applications/file-managers/mc/default.nix
+++ b/pkgs/applications/file-managers/mc/default.nix
@@ -24,11 +24,11 @@
 
 stdenv.mkDerivation rec {
   pname = "mc";
-  version = "4.8.29";
+  version = "4.8.30";
 
   src = fetchurl {
     url = "https://www.midnight-commander.org/downloads/${pname}-${version}.tar.xz";
-    sha256 = "sha256-AdijuU9YGAzKW/FyV7UHjR/W/SeptcDpcOx2dUlUCtQ=";
+    sha256 = "sha256-Xrw8shRLlwxRSf2lVsStULeHgElGls3y0UpTIEyVx98=";
   };
 
   nativeBuildInputs = [ pkg-config unzip ]