Unverified Commit 865f635c authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

syncthingtray: 2.0.5 -> 2.0.6 (#477706)

parents 619de02c 80221fa7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@
}:

stdenv.mkDerivation (finalAttrs: {
  version = "2.0.5";
  version = "2.0.6";
  pname = "syncthingtray";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "syncthingtray";
    rev = "v${finalAttrs.version}";
    hash = "sha256-a2pYQCpcF4nIr2HaU+29umiTdXN2P//+a9SZ7pG55lo=";
    hash = "sha256-ie4NCeOsVEXzg0qM06D5dZhtwx3UT9BghH4fP0B9oIY=";
  };

  buildInputs = [
+11 −0
Original line number Diff line number Diff line
{
  syncthingtray,
}:

syncthingtray.override {
  webviewSupport = false;
  jsSupport = false;
  kioPluginSupport = false;
  plasmoidSupport = false;
  systemdSupport = true;
}
+0 −7
Original line number Diff line number Diff line
@@ -11886,13 +11886,6 @@ with pkgs;
    # renamed in KF5 -> KF6
    plasma-framework = kdePackages.libplasma;
  };
  syncthingtray-minimal = syncthingtray.override {
    webviewSupport = false;
    jsSupport = false;
    kioPluginSupport = false;
    plasmoidSupport = false;
    systemdSupport = true;
  };

  synergyWithoutGUI = synergy.override { withGUI = false; };