Skip to content

Commit ca5b092

Browse files
committed
1 parent 365d9b9 commit ca5b092

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
stdenv,
33
lib,
44
fetchurl,
5+
gettext,
56
pkg-config,
6-
intltool,
77
gtk3,
88
libxfce4ui,
99
libxfce4util,
@@ -23,16 +23,16 @@ in
2323

2424
stdenv.mkDerivation rec {
2525
pname = "xfce4-sensors-plugin";
26-
version = "1.4.4";
26+
version = "1.4.5";
2727

2828
src = fetchurl {
2929
url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
30-
sha256 = "sha256-bBYFpzjl30DghNCKyT+WLNRFCTOW3h6b+tx6tFiMNrY=";
30+
sha256 = "sha256-9p/febf3bSqBckgoEkpvznaAOpEipMgt6PPfo++7F5o=";
3131
};
3232

3333
nativeBuildInputs = [
34+
gettext
3435
pkg-config
35-
intltool
3636
];
3737

3838
buildInputs = [

0 commit comments

Comments
 (0)