about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2018-07-14 19:11:17 +0000
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-14 21:11:17 +0200
commit1137200d6b7fcf8fc401b54e8292f24f09bfc11d (patch)
treece26c984f651a312bd5dadd2892aaeb6959d87cb /pkgs/desktops
parentfbcb86966d9f19f9aa21674f072b3c387cbba909 (diff)
downloadnixlib-1137200d6b7fcf8fc401b54e8292f24f09bfc11d.tar
nixlib-1137200d6b7fcf8fc401b54e8292f24f09bfc11d.tar.gz
nixlib-1137200d6b7fcf8fc401b54e8292f24f09bfc11d.tar.bz2
nixlib-1137200d6b7fcf8fc401b54e8292f24f09bfc11d.tar.lz
nixlib-1137200d6b7fcf8fc401b54e8292f24f09bfc11d.tar.xz
nixlib-1137200d6b7fcf8fc401b54e8292f24f09bfc11d.tar.zst
nixlib-1137200d6b7fcf8fc401b54e8292f24f09bfc11d.zip
xfce.xfce4-hardware-monitor-plugin: 1.5.0 -> 1.6.0 (#43520)
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin.nix
index cac09d0ad35c..d18c3b8ee256 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin.nix
@@ -5,11 +5,11 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname  = "xfce4-hardware-monitor-plugin";
-  version = "1.5.0";
+  version = "1.6.0";
 
   src = fetchurl {
     url = "https://git.xfce.org/panel-plugins/${pname}/snapshot/${name}.tar.bz2";
-    sha256 = "0sqvisr8gagpywq9sfyzqw37hxmj54ii89j5s2g8hx8bng5a98z1";
+    sha256 = "0xg5har11fk1wmdymydxlbk1z8aa39j8k0p4gzw2iqslv3n0zf7b";
   };
 
   nativeBuildInputs = [