Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 98d5aba6ea57
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 89fda74df52b
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on May 31, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    e238cf4 View commit details
  2. Copy the full SHA
    146d626 View commit details

Commits on Jun 1, 2020

  1. Merge pull request #89263 from romildo/upd.lxqt-qtplugin

    lxqt.lxqt-qtplugin: 0.15.0 -> 0.15.1
    romildo authored Jun 1, 2020
    Copy the full SHA
    89fda74 View commit details
Showing with 13 additions and 13 deletions.
  1. +13 −13 pkgs/desktops/lxqt/lxqt-qtplugin/default.nix
26 changes: 13 additions & 13 deletions pkgs/desktops/lxqt/lxqt-qtplugin/default.nix
Original file line number Diff line number Diff line change
@@ -2,26 +2,26 @@
, mkDerivation
, fetchFromGitHub
, cmake
, lxqt-build-tools
, qtbase
, qtx11extras
, qttools
, qtsvg
, libdbusmenu
, libqtxdg
, libfm-qt
, libqtxdg
, lxqt-build-tools
, lxqtUpdateScript
, qtbase
, qtsvg
, qttools
, qtx11extras
}:

mkDerivation rec {
pname = "lxqt-qtplugin";
version = "0.15.0";
version = "0.15.1";

src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
sha256 = "17x5jr78rbsf4pbvc4y3wwkpvsmynzkxy2ifvwhqyc2gmjspp8il";
sha256 = "0if01bdhz8ph4k1mwvjjjw0fw6mxzprgz17ap23xbsdr009hxdf0";
};

nativeBuildInputs = [
@@ -30,13 +30,13 @@ mkDerivation rec {
];

buildInputs = [
qtbase
qtx11extras
qttools
qtsvg
libdbusmenu
libqtxdg
libfm-qt
libqtxdg
qtbase
qtsvg
qttools
qtx11extras
];

postPatch = ''