Skip to content

Commit e5301d9

Browse files
committed
1 parent f11a5f8 commit e5301d9

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

pkgs/desktops/xfce/panel-plugins/xfce4-timer-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
libxfce4util,
88
xfce4-panel,
99
libxfce4ui,
@@ -19,16 +19,16 @@ in
1919

2020
stdenv.mkDerivation rec {
2121
pname = "xfce4-timer-plugin";
22-
version = "1.7.2";
22+
version = "1.7.3";
2323

2424
src = fetchurl {
2525
url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
26-
sha256 = "sha256-/rO4wtOVBegWaDVAoyJr172ocMy8tMfQ9qv+7/XFi30=";
26+
sha256 = "sha256-rPTIYa+IYIuegCp2pLBYRr0wGJ4AhegmaAzBebbfTNM=";
2727
};
2828

2929
nativeBuildInputs = [
30+
gettext
3031
pkg-config
31-
intltool
3232
];
3333

3434
buildInputs = [

0 commit comments

Comments
 (0)