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

clifm: 1.9 -> 1.10
This commit is contained in:
figsoda 2023-02-06 20:57:58 -05:00 committed by GitHub
commit 9cb6413df8
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.9";
version = "1.10";
src = fetchFromGitHub {
owner = "leo-arch";
repo = pname;
rev = "v${version}";
sha256 = "sha256-jrP8V1EhHldliZEjiX55TJujc82ub46aWi1boJYDVTg=";
sha256 = "sha256-kXnI8a1nGKBDc+isv9RYvputKk+/FHmM9j+G4UnI5Z4=";
};
buildInputs = [ libcap acl file readline ];