Unverified Commit 06e3f80d authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #281344 from bobby285271/upd/xfce

xfce.xfce4-notes-plugin: 1.10.0 -> 1.11.0
parents 6ec623c9 f45863e4
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -3,8 +3,11 @@
, fetchurl
, pkg-config
, intltool
, xfce4-panel
, glib
, gtk3
, libxfce4ui
, libxfce4util
, xfce4-panel
, xfconf
, gitUpdater
}:
@@ -13,11 +16,11 @@ let
  category = "panel-plugins";
in stdenv.mkDerivation rec {
  pname  = "xfce4-notes-plugin";
  version = "1.10.0";
  version = "1.11.0";

  src = fetchurl {
    url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
    sha256 = "sha256-LuRAYELt01KpHhZsg7YNEyIO8E3OP6a54OsTY21jaSk=";
    sha256 = "sha256-6zgkbesPyJU1+p/5uVPHYs7OIytVhdghD6uau/KCquM=";
  };

  nativeBuildInputs = [
@@ -26,7 +29,10 @@ in stdenv.mkDerivation rec {
  ];

  buildInputs = [
    glib
    gtk3
    libxfce4ui
    libxfce4util
    xfce4-panel
    xfconf
  ];