Unverified Commit 4012dccf authored by Nadir Ishiguro's avatar Nadir Ishiguro
Browse files

clifm: 1.20 -> 1.21

parent 7801f749
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "clifm";
  version = "1.20";
  version = "1.21";

  src = fetchFromGitHub {
    owner = "leo-arch";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-TKQxNl+RTPQAE7mMALugm3rg8mPZq3eD/uW23DLws8I=";
    hash = "sha256-x7Mdt8XcTtqxaHo28jrpyYPHZ/X1g9h4aulrW3YIXGQ=";
  };

  buildInputs = [