about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-07-25 10:35:53 +0800
committerBobby Rong <rjl931189261@126.com>2023-07-25 10:38:35 +0800
commit3cce91e692d99fae8affc820799e1138279440d4 (patch)
treef7386e43de62c41c5587ab2b4208bac5bbf33325 /pkgs/desktops
parent09ac4e278469a50e84b9dc3489ca78ff54514de2 (diff)
downloadnixlib-3cce91e692d99fae8affc820799e1138279440d4.tar
nixlib-3cce91e692d99fae8affc820799e1138279440d4.tar.gz
nixlib-3cce91e692d99fae8affc820799e1138279440d4.tar.bz2
nixlib-3cce91e692d99fae8affc820799e1138279440d4.tar.lz
nixlib-3cce91e692d99fae8affc820799e1138279440d4.tar.xz
nixlib-3cce91e692d99fae8affc820799e1138279440d4.tar.zst
nixlib-3cce91e692d99fae8affc820799e1138279440d4.zip
pantheon.switchboard-plug-pantheon-shell: 6.4.0 -> 6.5.0
https://github.com/elementary/switchboard-plug-pantheon-shell/releases/tag/6.5.0
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix
index 1b531d77c436..c8dd5428ed13 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix
@@ -25,13 +25,13 @@
 
 stdenv.mkDerivation rec {
   pname = "switchboard-plug-pantheon-shell";
-  version = "6.4.0";
+  version = "6.5.0";
 
   src = fetchFromGitHub {
     owner = "elementary";
     repo = pname;
     rev = version;
-    sha256 = "sha256-GJjtGLCBRISaopZWli/MfqrPcG+xjY7nHZKS+S806GI=";
+    sha256 = "sha256-iq1QXC6eQ2w5j9RCxhTc0dApMfiDGcVuj8nocEFLFNk=";
   };
 
   nativeBuildInputs = [