Commit 562d2532 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 463332b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "xiaomi-ble";
  version = "1.4.0";
  version = "1.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Bluetooth-Devices";
    repo = "xiaomi-ble";
    tag = "v${version}";
    hash = "sha256-iDQF4ZW9+bOImZVX+MpGj7QeBkgxf15gXjXi9pa9+iM=";
    hash = "sha256-hZIhMBeF0YN0+dWQPyKf/6LQPq9MKYAE54lvhAvWZCY=";
  };

  build-system = [ poetry-core ];