about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-01-08 20:57:11 +0800
committerGitHub <noreply@github.com>2024-01-08 20:57:11 +0800
commit04e5c939cc0dc8bfd3a621b3f02e19d26a22a3ff (patch)
tree83f0c4cea8c2868a10475fd4b9c8c2f9b11eb532 /pkgs/desktops/pantheon
parentafa089e86dbf166f6e47ebecf30ca697cc249571 (diff)
parent62d82846df0ebffac4c08cfeabe53c6b92cbe829 (diff)
Merge pull request #279337 from bobby285271/upd/pantheon-tweaks
pantheon-tweaks: 1.1.1 -> 1.1.2
Diffstat (limited to 'pkgs/desktops/pantheon')
-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 782fcf0fa89e5..c05c4b9b0a251 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 = [