Skip to content

Commit

Permalink
clifm: 1.15 -> 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 9, 2024
1 parent bc85b73 commit a8293a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/file-managers/clifm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit a8293a4

Please sign in to comment.