From 5db6786f743af2003666820fd1e164f400c54e9e Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 23 Jan 2025 22:56:52 +0000 Subject: [PATCH] mc: 4.8.32 -> 4.8.33 Changes: https://midnight-commander.org/wiki/NEWS-4.8.33 --- pkgs/applications/file-managers/mc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/file-managers/mc/default.nix b/pkgs/applications/file-managers/mc/default.nix index 80e929eb7160..0dd6b8c9418e 100644 --- a/pkgs/applications/file-managers/mc/default.nix +++ b/pkgs/applications/file-managers/mc/default.nix @@ -27,11 +27,11 @@ stdenv.mkDerivation rec { pname = "mc"; - version = "4.8.32"; + version = "4.8.33"; src = fetchurl { url = "https://www.midnight-commander.org/downloads/${pname}-${version}.tar.xz"; - hash = "sha256-TdyD0e3pryNjs+q5h/VLh89mGTJBEM4tOg5wlE0TWf4="; + hash = "sha256-yuFJ1C+ETlGF2MgdfbOROo+iFMZfhSIAqdiWtGivFkw="; }; nativeBuildInputs =