Commit b2b767fc authored by José Romildo's avatar José Romildo
Browse files

lxqt.pcmanfm-qt: 1.2.1 -> 1.3.0

parent 26bf7bbe
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

mkDerivation rec {
  pname = "pcmanfm-qt";
  version = "1.2.1";
  version = "1.3.0";

  src = fetchFromGitHub {
    owner = "lxqt";
    repo = pname;
    rev = version;
    sha256 = "HzA6+dOxXyeKrzYaR5Xwqj91rivc66ObjTLKHUay61A=";
    sha256 = "qqvjsZRG+ImKHr+XLNNHhnAe1kBWh47/nFcKB1MTSJo=";
  };

  nativeBuildInputs = [
@@ -39,7 +39,6 @@ mkDerivation rec {
    qtx11extras
    qtimageformats # add-on module to support more image file formats
    libfm-qt
    libfm-qt
    menu-cache
    lxmenu-data
  ];