python310Packages.hass-nabucasa: 0.61.0 -> 0.61.1

This commit is contained in:
Fabian Affolter
2023-04-05 21:25:09 +02:00
committed by Martin Weinelt
parent 7912db4e32
commit 58df385d57
@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "hass-nabucasa";
version = "0.61.0";
version = "0.61.1";
src = fetchFromGitHub {
owner = "nabucasa";
repo = pname;
rev = version;
hash = "sha256-KG2eCwGZWVtepJQdsSwFziWsT1AbV6rYWRIO/I/CR8g=";
hash = "sha256-xYcq1NZWyW3uZCDm2VesXr2f94ZnWbPj7YwpXrUkrWI=";
};
postPatch = ''