Merge pull request #166233 from r-ryantm/auto-update/clifm

clifm: 1.4 -> 1.5.1
This commit is contained in:
Lassulus 2022-05-24 19:09:53 +02:00 committed by GitHub
commit 9117a94116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "clifm";
version = "1.4";
version = "1.5.1";
src = fetchFromGitHub {
owner = "leo-arch";
repo = pname;
rev = "v${version}";
sha256 = "sha256-62WxvJsXkzvDqFGFpid9VDB1mARgllkKnb6mFC5pdl8=";
sha256 = "sha256-JdVRi5xHKpYjP8h7df4WdizSU1dy+CtPfOiPEK+MEOE=";
};
buildInputs = [ libcap acl file readline ];