about summary refs log tree commit diff
path: root/pkgs/applications/system
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-06 10:22:34 +0800
committerBobby Rong <rjl931189261@126.com>2021-12-06 10:22:34 +0800
commit67b751ccb840b3100550ee5b708f80154e1c8c14 (patch)
tree86488bec922f11d80c4a9b906a24fc3abafae60b /pkgs/applications/system
parent1a5a9b1e9d6df53b73ee35f134fcb2c124d2777c (diff)
downloadnixlib-67b751ccb840b3100550ee5b708f80154e1c8c14.tar
nixlib-67b751ccb840b3100550ee5b708f80154e1c8c14.tar.gz
nixlib-67b751ccb840b3100550ee5b708f80154e1c8c14.tar.bz2
nixlib-67b751ccb840b3100550ee5b708f80154e1c8c14.tar.lz
nixlib-67b751ccb840b3100550ee5b708f80154e1c8c14.tar.xz
nixlib-67b751ccb840b3100550ee5b708f80154e1c8c14.tar.zst
nixlib-67b751ccb840b3100550ee5b708f80154e1c8c14.zip
pantheon-tweaks: 1.0.2 -> 1.0.3
Diffstat (limited to 'pkgs/applications/system')
-rw-r--r--pkgs/applications/system/pantheon-tweaks/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/system/pantheon-tweaks/default.nix b/pkgs/applications/system/pantheon-tweaks/default.nix
index 67e1bb32aeab..af6bf54fd715 100644
--- a/pkgs/applications/system/pantheon-tweaks/default.nix
+++ b/pkgs/applications/system/pantheon-tweaks/default.nix
@@ -14,13 +14,13 @@
 
 stdenv.mkDerivation rec {
   pname = "pantheon-tweaks";
-  version = "1.0.2";
+  version = "1.0.3";
 
   src = fetchFromGitHub {
     owner = "pantheon-tweaks";
     repo = pname;
     rev = version;
-    sha256 = "sha256-2spZ6RQ5PhBNrv/xG1TNbYsJrmuRpaZ72CeH2s8+P8g=";
+    sha256 = "sha256-Pn/MIJ/WS/TY5bemM77B37E0KFRlDUfrOl1XS2yJlGk=";
   };
 
   patches = [