pkgs/openevse: bump to unstable

This commit is contained in:
Aaron Bieber 2023-12-24 19:55:24 -07:00
parent 81199facf2
commit b655bce362
No known key found for this signature in database

View File

@ -24,7 +24,7 @@ in
buildHomeAssistantComponent rec { buildHomeAssistantComponent rec {
owner = "firstof9"; owner = "firstof9";
domain = "openevse"; domain = "openevse";
version = "2.1.32"; version = "unstable-2023-12-22";
nativeBuildInputs = [ nativeBuildInputs = [
setuptools-scm setuptools-scm
@ -39,7 +39,8 @@ buildHomeAssistantComponent rec {
src = fetchFromGitHub { src = fetchFromGitHub {
inherit owner; inherit owner;
repo = domain; repo = domain;
rev = version; #rev = version;
hash = "sha256-7DsctUJKYR81DgJCDskCO79C8wHp0cpZP32vfjnxSHY="; rev = "5d2924858799ceb31573c32056cfbf3b9868f2eb";
hash = "sha256-NQWyDIYtST21pmYTsejep6H3wEr5Gj3BTFA4FgUk/1g=";
}; };
} }