python3Packages.hass-nabucasa: 0.50.0 -> 0.51.0

This commit is contained in:
Martin Weinelt 2022-01-11 02:48:25 +01:00
parent 9847bae85b
commit 7d5be0709b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "hass-nabucasa";
version = "0.50.0";
version = "0.51.0";
src = fetchFromGitHub {
owner = "nabucasa";
repo = pname;
rev = version;
sha256 = "sha256-0E8eiHzqbxHbtAd97MbvFMRDWTu25E9x/44oNGC4mUM=";
sha256 = "sha256-qN7AXs4hJpuP+GaxjOPR2CqKMYyDJxTrCuE5HreZnhU=";
};
postPatch = ''