about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-01-29 19:06:22 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-01-29 19:37:46 -0500
commit77a716fcd9c1887a5c6e29e539b92fe161e5f1c9 (patch)
tree1ff3eae9bc964dca3f6406fba81da452612b9f59 /pkgs/desktops
parent1e8a8f1050a83390fe534aceafda6aa02b0ccdda (diff)
downloadnixlib-77a716fcd9c1887a5c6e29e539b92fe161e5f1c9.tar
nixlib-77a716fcd9c1887a5c6e29e539b92fe161e5f1c9.tar.gz
nixlib-77a716fcd9c1887a5c6e29e539b92fe161e5f1c9.tar.bz2
nixlib-77a716fcd9c1887a5c6e29e539b92fe161e5f1c9.tar.lz
nixlib-77a716fcd9c1887a5c6e29e539b92fe161e5f1c9.tar.xz
nixlib-77a716fcd9c1887a5c6e29e539b92fe161e5f1c9.tar.zst
nixlib-77a716fcd9c1887a5c6e29e539b92fe161e5f1c9.zip
pantheon.wingpanel-indicator-power: 2.1.3 -> 2.1.4
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/pantheon/desktop/wingpanel-indicators/power/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/power/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/power/default.nix
index e6c5edd7ca68..d7627c511001 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/power/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/power/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "wingpanel-indicator-power";
-  version = "2.1.3";
+  version = "2.1.4";
 
   src = fetchFromGitHub {
     owner = "elementary";
     repo = pname;
     rev = version;
-    sha256 = "1rkqa27bsfai4psp19sy61in6730da0s7nds7dkcf06a0hvjvjc2";
+    sha256 = "02gp9m9zkmhcl43nz02kjkcim4zm25zab3il8dhwkihh731g1c6j";
   };
 
   passthru = {