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

clifm: 1.7 -> 1.9
This commit is contained in:
figsoda 2022-12-17 21:24:04 -05:00 committed by GitHub
commit 81f1863ca7
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.7";
version = "1.9";
src = fetchFromGitHub {
owner = "leo-arch";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7nMAaMLFLF5WuWgac9wdIvzRTTVpKRM7zB2tIlowBEE=";
sha256 = "sha256-jrP8V1EhHldliZEjiX55TJujc82ub46aWi1boJYDVTg=";
};
buildInputs = [ libcap acl file readline ];