about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-01-08 16:34:44 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-01-08 16:34:52 +0100
commitef1898454cdc31b883cde3c3dc5efe07641bccdc (patch)
tree589744e2fe0cd2b85f9989605f02f6989de34a25 /pkgs/desktops
parentbcdfbb56e99818c225f7406b212820b793351ef4 (diff)
parenta31eb10ddc76a57e50f58747008c8eee73a65464 (diff)
downloadnixlib-ef1898454cdc31b883cde3c3dc5efe07641bccdc.tar
nixlib-ef1898454cdc31b883cde3c3dc5efe07641bccdc.tar.gz
nixlib-ef1898454cdc31b883cde3c3dc5efe07641bccdc.tar.bz2
nixlib-ef1898454cdc31b883cde3c3dc5efe07641bccdc.tar.lz
nixlib-ef1898454cdc31b883cde3c3dc5efe07641bccdc.tar.xz
nixlib-ef1898454cdc31b883cde3c3dc5efe07641bccdc.tar.zst
nixlib-ef1898454cdc31b883cde3c3dc5efe07641bccdc.zip
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
-	pkgs/development/python-modules/aiohappyeyeballs/default.nix
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/pantheon/third-party/pantheon-tweaks/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/third-party/pantheon-tweaks/default.nix b/pkgs/desktops/pantheon/third-party/pantheon-tweaks/default.nix
index 782fcf0fa89e..c05c4b9b0a25 100644
--- a/pkgs/desktops/pantheon/third-party/pantheon-tweaks/default.nix
+++ b/pkgs/desktops/pantheon/third-party/pantheon-tweaks/default.nix
@@ -14,13 +14,13 @@
 
 stdenv.mkDerivation rec {
   pname = "pantheon-tweaks";
-  version = "1.1.1";
+  version = "1.1.2";
 
   src = fetchFromGitHub {
     owner = "pantheon-tweaks";
     repo = pname;
     rev = version;
-    sha256 = "sha256-KYnrQnh/Zz3EjMAqasdk2CZMXzw15txKtPm/K5+FzhI=";
+    sha256 = "sha256-E9YSRfh9bLAHn2y4p3aKwR5NOtexKokLWj3RwtDnLsQ=";
   };
 
   patches = [