about summary refs log tree commit diff
path: root/pkgs/desktops/xfce
diff options
context:
space:
mode:
authorMustafa Çalışkan <musfay@protonmail.com>2021-08-08 23:40:29 +0300
committerMustafa Çalışkan <musfay@protonmail.com>2021-08-08 23:41:35 +0300
commitdd040a6cc199689f1147780067f39ddcc6855258 (patch)
tree88ff84881d5d8dc5803fc7320954622c0000e00e /pkgs/desktops/xfce
parent95daa1e4bc758029409c7af5f594a4e889260348 (diff)
downloadnixlib-dd040a6cc199689f1147780067f39ddcc6855258.tar
nixlib-dd040a6cc199689f1147780067f39ddcc6855258.tar.gz
nixlib-dd040a6cc199689f1147780067f39ddcc6855258.tar.bz2
nixlib-dd040a6cc199689f1147780067f39ddcc6855258.tar.lz
nixlib-dd040a6cc199689f1147780067f39ddcc6855258.tar.xz
nixlib-dd040a6cc199689f1147780067f39ddcc6855258.tar.zst
nixlib-dd040a6cc199689f1147780067f39ddcc6855258.zip
xfce.xfce4-sensors-plugin: 1.3.95 -> 1.4.1
Diffstat (limited to 'pkgs/desktops/xfce')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin/default.nix
index 2e275f2b35d9..3e592b60f141 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin/default.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin/default.nix
@@ -8,11 +8,11 @@ in
 
 stdenv.mkDerivation rec {
   pname  = "xfce4-sensors-plugin";
-  version = "1.3.95";
+  version = "1.4.1";
 
   src = fetchurl {
     url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
-    sha256 = "sha256-g8ZK5GGN1ZKXHPoLwoWptHr4AaPthWg1zbKkxTPHhGw=";
+    sha256 = "sha256-N9DcVp5zXkgqGFRcJOsc4CKdaRDjpNTB3uBoCZkjS+I=";
   };
 
   nativeBuildInputs = [