Bobby Rong 2024-01-16 14:54:11 +00:00
parent 9b19f5e77d
commit f45863e49e
No known key found for this signature in database

View file

@ -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
];