evcc: 0.130.3 -> 0.130.4
https://github.com/evcc-io/evcc/releases/tag/0.130.4
This commit is contained in:
parent
5f18935823
commit
a5ee90e853
@ -16,16 +16,16 @@
|
||||
|
||||
buildGo123Module rec {
|
||||
pname = "evcc";
|
||||
version = "0.130.3";
|
||||
version = "0.130.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "evcc-io";
|
||||
repo = "evcc";
|
||||
rev = version;
|
||||
hash = "sha256-1IZyNIsXtMBDpa006/Q94Ssfj5kPV7gUDxzTcPkXSL8=";
|
||||
hash = "sha256-da8TIe6KcivWlP6zmNHJVdx973sEiC2S7wc5v7u0vzg=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-x3tcYcxDca0Us9XEljiOB8YBwHphQUKlrIj2rMcSEc8=";
|
||||
vendorHash = "sha256-ATgxPydYWPOXrk3fBKVWgFO1Vd13cTq//lDMjObjHFg=";
|
||||
|
||||
npmDeps = fetchNpmDeps {
|
||||
inherit src;
|
||||
|
Loading…
Reference in New Issue
Block a user