about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-02-09 23:37:03 +0100
committerGitHub <noreply@github.com>2022-02-09 23:37:03 +0100
commitf549e399e0ab64143c50bdd63d264829e10ea648 (patch)
tree69f4921a0c4533707af87dffe678360e9183beb9 /pkgs/desktops
parent1b60d0f08e056017f44d5285898ddc4c783e907c (diff)
parentaf8869b94024a58fd09dc8b176b898da9b63a38f (diff)
downloadnixlib-f549e399e0ab64143c50bdd63d264829e10ea648.tar
nixlib-f549e399e0ab64143c50bdd63d264829e10ea648.tar.gz
nixlib-f549e399e0ab64143c50bdd63d264829e10ea648.tar.bz2
nixlib-f549e399e0ab64143c50bdd63d264829e10ea648.tar.lz
nixlib-f549e399e0ab64143c50bdd63d264829e10ea648.tar.xz
nixlib-f549e399e0ab64143c50bdd63d264829e10ea648.tar.zst
nixlib-f549e399e0ab64143c50bdd63d264829e10ea648.zip
Merge pull request #158399 from romildo/upd.xfce4-sensors-plugin
Diffstat (limited to 'pkgs/desktops')
-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 fa221e65ea1a..c45fba5ebd79 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.4.2";
+  version = "1.4.3";
 
   src = fetchurl {
     url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
-    sha256 = "sha256-2pDxLmrplbzRyBvjVHmnqdMjCMZezWTlaLqMlZLTn8s=";
+    sha256 = "sha256-FxwCNfcMZfD/7lh+lg2dp5soSFXfIhMCOerCYnLsBsk=";
   };
 
   nativeBuildInputs = [