summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-01-07 19:13:18 +0800
committerBobby Rong <rjl931189261@126.com>2024-01-07 19:13:26 +0800
commit62d82846df0ebffac4c08cfeabe53c6b92cbe829 (patch)
treef2fa1f52beb471cf04af426b96c340b6faf6d813 /pkgs/desktops/pantheon
parent09686ed7f85fcdc9bceee2e25f2ad9a38563cc16 (diff)
pantheon-tweaks: 1.1.1 -> 1.1.2
https://github.com/pantheon-tweaks/pantheon-tweaks/compare/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 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 = [