Merge pull request #263659 from nadir-yttrium/update-clifm

clifm 1.14.6 -> 1.15
This commit is contained in:
Peder Bergebakken Sundt 2023-11-05 11:07:16 +02:00 committed by GitHub
commit 81baa4d39b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,17 @@
{ stdenv, lib, fetchFromGitHub, libcap, acl, file, readline }:
{ stdenv, lib, fetchFromGitHub, libcap, acl, file, readline, python3 }:
stdenv.mkDerivation rec {
pname = "clifm";
version = "1.14.6";
version = "1.15";
src = fetchFromGitHub {
owner = "leo-arch";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0EOG7BAZL3OPP2/qePNkljAa0/Qb3zwuJWz2P4l8GZc=";
sha256 = "sha256-4Z2u1APNfJ9Ai95MMWb5FCUgCA2Hrbp+5eBJZD3tN+U=";
};
buildInputs = [ libcap acl file readline ];
buildInputs = [ libcap acl file readline python3];
makeFlags = [
"DESTDIR=${placeholder "out"}"