Unverified Commit d407f2e7 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #287484 from nadir-ishiguro/update-clifm

clifm: 1.16 -> 1.17
parents cd02351a ee41311c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "clifm";
  version = "1.16";
  version = "1.17";

  src = fetchFromGitHub {
    owner = "leo-arch";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-tjxsJv5w0Rvk2XYisncytcRdZLRnOSDJmNJN4kkzr7U=";
    hash = "sha256-plJ2iKloRGtBSa1upSo675bMj6qczR6TQ043UQboxQE=";
  };

  buildInputs = [ libcap acl file readline python3];