From dd822af4232242b719086ec8c4d5ef66e59ed9c6 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Tue, 29 Aug 2023 20:15:37 +0400 Subject: nnn: 4.8 → 4.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/applications/file-managers/nnn/default.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/file-managers/nnn/default.nix b/pkgs/applications/file-managers/nnn/default.nix index eb3e943676e41..6b7e8f9c6421a 100644 --- a/pkgs/applications/file-managers/nnn/default.nix +++ b/pkgs/applications/file-managers/nnn/default.nix @@ -24,13 +24,13 @@ assert withEmojis -> (withIcons == false && withNerdIcons == false); stdenv.mkDerivation (finalAttrs: { pname = "nnn"; - version = "4.8"; + version = "4.9"; src = fetchFromGitHub { owner = "jarun"; repo = "nnn"; rev = "v${finalAttrs.version}"; - hash = "sha256-QbKW2wjhUNej3zoX18LdeUHqjNLYhEKyvPH2MXzp/iQ="; + hash = "sha256-g19uI36HyzTF2YUQKFP4DE2ZBsArGryVHhX79Y0XzhU="; }; patches = [ @@ -38,11 +38,6 @@ stdenv.mkDerivation (finalAttrs: { # By default, nnn expects the macOS default file command, not the one provided by Nix. # However, both commands use different arguments to obtain the MIME type. ./darwin-fix-file-mime-opts.patch - # FIXME: remove for next release - (fetchpatch { - url = "https://github.com/jarun/nnn/commit/20e944f5e597239ed491c213a634eef3d5be735e.patch"; - hash = "sha256-RxG3AU8i3lRPCjRVZPnej4m1No/SKtsHwbghj9JQ7RQ="; - }) ]; configFile = lib.optionalString (conf != null) (builtins.toFile "nnn.h" conf); -- cgit 1.4.1