Commit 3bd6e4e5 authored by José Romildo's avatar José Romildo
Browse files

lxqt.qterminal: 1.4.0 -> 2.0.0

parent 9ee17ce7
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -38,10 +38,7 @@ let
    pcmanfm-qt = callPackage ./pcmanfm-qt {};

    ### OPTIONAL
    qterminal = callPackage ./qterminal {
      lxqt-build-tools = lxqt-build-tools_0_13;
      inherit (pkgs.libsForQt5) qtbase qttools qtx11extras;
    };
    qterminal = callPackage ./qterminal {};
    compton-conf = callPackage ./compton-conf {
      lxqt-build-tools = lxqt-build-tools_0_13;
      inherit (pkgs.libsForQt5) qtbase qttools qtx11extras;
+2 −4
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
, qtbase
, qtermwidget
, qttools
, qtx11extras
, wrapQtAppsHook
, gitUpdater
, nixosTests
@@ -14,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "qterminal";
  version = "1.4.0";
  version = "2.0.0";

  src = fetchFromGitHub {
    owner = "lxqt";
    repo = pname;
    rev = version;
    hash = "sha256-nojNx351lYw0jVKEvzAIDP1WrZWcCAlfYMxNG95GcEo=";
    hash = "sha256-SesKJCiMoiqkvMM29+0IMERozQ9zuD+NJTtaC6j7ubM=";
  };

  nativeBuildInputs = [
@@ -33,7 +32,6 @@ stdenv.mkDerivation rec {
  buildInputs = [
    qtbase
    qtermwidget
    qtx11extras
  ];

  passthru.updateScript = gitUpdater { };