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>2024-01-27 21:05:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-27 21:05:58 +0000
commitd76123547935660ba6d64a3e398374439a783f4d (patch)
treed16276b0ec831e04bd666c585a85b85d8487b9bd /pkgs/applications/file-managers/mc
parent1dd556946e643fd22781f3480a33074fcdda97eb (diff)
mc: 4.8.30 -> 4.8.31
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 e83dd0379a195..08bfe6205fdef 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.30";
+  version = "4.8.31";
 
   src = fetchurl {
     url = "https://www.midnight-commander.org/downloads/${pname}-${version}.tar.xz";
-    sha256 = "sha256-Xrw8shRLlwxRSf2lVsStULeHgElGls3y0UpTIEyVx98=";
+    sha256 = "sha256-JBkc+GZ2dbjjH8Sp0YoKZb3AWYwsXE6gkklM0Tq0qxo=";
   };
 
   nativeBuildInputs = [ pkg-config unzip ]