about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2021-11-15 21:05:43 +0100
committerGitHub <noreply@github.com>2021-11-15 21:05:43 +0100
commita5deae807ec3b2200b6153bdd2614dca265d2ff6 (patch)
treee6f6867e1a0b46ce14da1b781a1b398da20301b0 /pkgs/applications/misc
parent5715d5b507362b1d9c87317d874e47e33b0eabd6 (diff)
parent2110942bca27ab12d264980f713e3c45c0f53e2a (diff)
Merge pull request #145825 from r-ryantm/auto-update/bluetooth_battery
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/bluetooth_battery/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/bluetooth_battery/default.nix b/pkgs/applications/misc/bluetooth_battery/default.nix
index 19c2f3b99a4de..d9c3f5bc2a43f 100644
--- a/pkgs/applications/misc/bluetooth_battery/default.nix
+++ b/pkgs/applications/misc/bluetooth_battery/default.nix
@@ -2,13 +2,13 @@
 
 buildPythonApplication rec {
   pname = "bluetooth_battery";
-  version = "1.2.0";
+  version = "1.3.1";
 
   src = fetchFromGitHub {
     owner = "TheWeirdDev";
     repo = "Bluetooth_Headset_Battery_Level";
     rev = "v${version}";
-    sha256 = "121pkaq9z8p2i35cqs32aygjvf82r961w0axirpmsrbmrwq2hh6g";
+    sha256 = "067qfxh228cy1x95bnjp88dx4k00ajj7ay7fz5vr1gkj2yfa203s";
   };
 
   propagatedBuildInputs = [ pybluez ];