summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-03-10 18:01:25 +0000
committerGitHub <noreply@github.com>2022-03-10 18:01:25 +0000
commit76c5dacba7a5b1409a43f6cab3e80963733981cd (patch)
tree23c3ee0e8324b446022907821e0320213c42cb52 /pkgs/desktops
parentcac809141eb742190550d7b627116d2b612686fa (diff)
parent29d32d480c50ebcf95ed5117c881ca2717f633b4 (diff)
downloadnixpkgs-76c5dacba7a5b1409a43f6cab3e80963733981cd.tar
nixpkgs-76c5dacba7a5b1409a43f6cab3e80963733981cd.tar.gz
nixpkgs-76c5dacba7a5b1409a43f6cab3e80963733981cd.tar.bz2
nixpkgs-76c5dacba7a5b1409a43f6cab3e80963733981cd.tar.lz
nixpkgs-76c5dacba7a5b1409a43f6cab3e80963733981cd.tar.xz
nixpkgs-76c5dacba7a5b1409a43f6cab3e80963733981cd.tar.zst
nixpkgs-76c5dacba7a5b1409a43f6cab3e80963733981cd.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/mate/mate-tweak/default.nix4
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-cpufreq-plugin/default.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/desktops/mate/mate-tweak/default.nix b/pkgs/desktops/mate/mate-tweak/default.nix
index e0fc06135e1..7874586ce8e 100644
--- a/pkgs/desktops/mate/mate-tweak/default.nix
+++ b/pkgs/desktops/mate/mate-tweak/default.nix
@@ -14,13 +14,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "mate-tweak";
-  version = "22.04.1";
+  version = "22.04.4";
 
   src = fetchFromGitHub {
     owner = "ubuntu-mate";
     repo = pname;
     rev = version;
-    sha256 = "FcXJc8tlpP9RCrO6EVGvHPFF6qXorImzi9UccgZU+co=";
+    sha256 = "ncBN1wjCcMtuasnXk7WMge+9MK7BMmTu89/R+hiY/Ks=";
   };
 
   nativeBuildInputs = [
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-cpufreq-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-cpufreq-plugin/default.nix
index 4743099506c..fb070ed3652 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-cpufreq-plugin/default.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-cpufreq-plugin/default.nix
@@ -3,8 +3,8 @@
 mkXfceDerivation {
   category = "panel-plugins";
   pname = "xfce4-cpufreq-plugin";
-  version = "1.2.6";
-  sha256 = "sha256-HS+9pBCHy0NmDVUwL8QFDPeVpKyKib8YCwV8fZDL5Uc=";
+  version = "1.2.7";
+  sha256 = "sha256-M+BehEYcHZlnuYwBlI7F0aPxPGwExTL5I9Jf6W5ugOY=";
 
   buildInputs = [ gtk3 libxfce4ui libxfce4util xfce4-panel xfconf ];