summary refs log tree commit diff
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-06-07 14:06:21 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-06-07 14:06:21 -0400
commit96a44e01de257a5bc7ca1c9cbc57f0ed0a3434b6 (patch)
tree9a4b320c4d18d0b278d506c7c3ff737f757d1ae7 /pkgs/desktops/pantheon
parent65c47f614b2787ac13894d0c023e0744cdb4dda1 (diff)
downloadnixpkgs-96a44e01de257a5bc7ca1c9cbc57f0ed0a3434b6.tar
nixpkgs-96a44e01de257a5bc7ca1c9cbc57f0ed0a3434b6.tar.gz
nixpkgs-96a44e01de257a5bc7ca1c9cbc57f0ed0a3434b6.tar.bz2
nixpkgs-96a44e01de257a5bc7ca1c9cbc57f0ed0a3434b6.tar.lz
nixpkgs-96a44e01de257a5bc7ca1c9cbc57f0ed0a3434b6.tar.xz
nixpkgs-96a44e01de257a5bc7ca1c9cbc57f0ed0a3434b6.tar.zst
nixpkgs-96a44e01de257a5bc7ca1c9cbc57f0ed0a3434b6.zip
pantheon.switchboard-plug-about: 2.6.2 -> 2.6.3
Diffstat (limited to 'pkgs/desktops/pantheon')
-rw-r--r--pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix
index 76b4eeebdf1..77012173656 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix
@@ -16,13 +16,13 @@
 
 stdenv.mkDerivation rec {
   pname = "switchboard-plug-about";
-  version = "2.6.2";
+  version = "2.6.3";
 
   src = fetchFromGitHub {
     owner = "elementary";
     repo = pname;
     rev = version;
-    sha256 = "1cjhip0abc0y5w6cqnjcgi48bfrackp45gz7955l66hxhnm5wyw6";
+    sha256 = "1zs2qmglh85ami07dnlq3lfwl5ikc4abvz94a35k6fhfs703lay2";
   };
 
   passthru = {