Skip to content

Commit eed88db

Browse files
committed

File tree

1 file changed

+4
-4
lines changed
  • pkgs/desktops/xfce/panel-plugins/xfce4-systemload-plugin

1 file changed

+4
-4
lines changed

pkgs/desktops/xfce/panel-plugins/xfce4-systemload-plugin/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
lib,
33
stdenv,
44
fetchurl,
5+
gettext,
56
pkg-config,
6-
intltool,
77
xfce4-panel,
88
libxfce4ui,
99
xfconf,
@@ -15,16 +15,16 @@ let
1515
in
1616
stdenv.mkDerivation rec {
1717
pname = "xfce4-systemload-plugin";
18-
version = "1.3.2";
18+
version = "1.3.3";
1919

2020
src = fetchurl {
2121
url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
22-
sha256 = "sha256-uzA/wwIOBTrR+guPy/DXaBxVY7uPZJNX1qlaV3gCsHI=";
22+
sha256 = "sha256-aFLV2cmnTQ4NtYLG9f5zkOvkii61aSF3rhLhxMzG78k=";
2323
};
2424

2525
nativeBuildInputs = [
26+
gettext
2627
pkg-config
27-
intltool
2828
];
2929

3030
buildInputs = [

0 commit comments

Comments
 (0)