about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-05-23 22:27:17 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-05-23 22:31:33 -0400
commit54a50114c7433b52fc20b5042c200674e7ecdfbc (patch)
tree86ed5de3a04ce126d26cccf2bbd959abf1fb9f36 /pkgs/desktops
parent1bc73d1a9a46e264bafd386ead366093b066cba8 (diff)
downloadnixlib-54a50114c7433b52fc20b5042c200674e7ecdfbc.tar
nixlib-54a50114c7433b52fc20b5042c200674e7ecdfbc.tar.gz
nixlib-54a50114c7433b52fc20b5042c200674e7ecdfbc.tar.bz2
nixlib-54a50114c7433b52fc20b5042c200674e7ecdfbc.tar.lz
nixlib-54a50114c7433b52fc20b5042c200674e7ecdfbc.tar.xz
nixlib-54a50114c7433b52fc20b5042c200674e7ecdfbc.tar.zst
nixlib-54a50114c7433b52fc20b5042c200674e7ecdfbc.zip
wingpanel-indicator-bluetooth: 2.1.2 -> 2.1.3
https://github.com/elementary/wingpanel-indicator-bluetooth/releases/tag/2.1.3
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix
index 8db8eb5d5e0e..571dab02c318 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "wingpanel-indicator-bluetooth";
-  version = "2.1.2";
+  version = "2.1.3";
 
   src = fetchFromGitHub {
     owner = "elementary";
     repo = pname;
     rev = version;
-    sha256 = "1gx0xglp6b3znxl4d2vpzhfkxz5z8q04hh7z2mrihj1in155bn44";
+    sha256 = "04ggakf7qp4q0kah5xksbwjn78wpdrp9kdgkj6ibzsb97ngn70g9";
   };
 
   passthru = {