python311Packages.home-assistant-bluetooth: fix src hash

This commit is contained in:
Martin Weinelt 2024-02-10 03:41:10 +01:00
parent 83ba6f0010
commit a43d3cfbfe
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "home-assistant-bluetooth";
rev = "refs/tags/v${version}";
hash = "sha256-1Bp43TaJkrT9lZsBu4yiuOD4tE7vv6bYRlcgTfNwOuA=";
hash = "sha256-KTaZ3xbZpBIN5zP73YdJW6QeCQThGdqejnfWwvL+0R8=";
};
postPatch = ''