Loading pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ lib, stdenv, fetchurl, gettext, pkg-config, intltool, libxfce4util, xfce4-panel, xfconf, Loading @@ -17,16 +17,16 @@ let in stdenv.mkDerivation rec { pname = "xfce4-genmon-plugin"; version = "4.2.0"; version = "4.2.1"; src = fetchurl { url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; sha256 = "sha256-lI0I7l8hQIR/EJtTG8HUzGJoSWkT6nYA08WtiQJaA2I="; sha256 = "sha256-3lQFYuHqWPNanIFeIHNtJq9UGgqTcgERSMt1tfC2WVE="; }; nativeBuildInputs = [ gettext pkg-config intltool ]; buildInputs = [ Loading Loading
pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ lib, stdenv, fetchurl, gettext, pkg-config, intltool, libxfce4util, xfce4-panel, xfconf, Loading @@ -17,16 +17,16 @@ let in stdenv.mkDerivation rec { pname = "xfce4-genmon-plugin"; version = "4.2.0"; version = "4.2.1"; src = fetchurl { url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; sha256 = "sha256-lI0I7l8hQIR/EJtTG8HUzGJoSWkT6nYA08WtiQJaA2I="; sha256 = "sha256-3lQFYuHqWPNanIFeIHNtJq9UGgqTcgERSMt1tfC2WVE="; }; nativeBuildInputs = [ gettext pkg-config intltool ]; buildInputs = [ Loading