Merge pull request #279922 from nadir-ishiguro/update-clifm

clifm: 1.15 -> 1.16
This commit is contained in:
Mario Rodas 2024-01-20 09:18:58 -05:00 committed by GitHub
commit 6b84f4f507
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "clifm";
version = "1.15";
version = "1.16";
src = fetchFromGitHub {
owner = "leo-arch";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4Z2u1APNfJ9Ai95MMWb5FCUgCA2Hrbp+5eBJZD3tN+U=";
sha256 = "sha256-tjxsJv5w0Rvk2XYisncytcRdZLRnOSDJmNJN4kkzr7U=";
};
buildInputs = [ libcap acl file readline python3];
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/leo-arch/clifm";
description = "CliFM is a CLI-based, shell-like, and non-curses terminal file manager written in C: simple, fast, extensible, and lightweight as hell";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ nadir-ishiguro ];
platforms = platforms.unix;
};
}