evcc: 0.117.0 -> 0.117.1
https://github.com/evcc-io/evcc/releases/tag/0.117.1
This commit is contained in:
parent
45d2bbcf64
commit
e63e1e698e
1 changed files with 3 additions and 3 deletions
|
@ -16,16 +16,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "evcc";
|
||||
version = "0.117.0";
|
||||
version = "0.117.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "evcc-io";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-tvZh6yBzasR4GMEfzLQlvfe8UDpS4rBmm5Ww6GX//xI=";
|
||||
hash = "sha256-y8hc/5z92mkIio8+UFan2PDLPyewty5GuFyIKO2IEo8=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-+KygZ2aa6JB8uZLrDjoDhxvLHstMmfaV+loVFtEG3Xo=";
|
||||
vendorHash = "sha256-3EHdjRCzrty7BnaSG4TAf52jRl0AVS6baSl2XhYUH0A=";
|
||||
|
||||
npmDeps = fetchNpmDeps {
|
||||
inherit src;
|
||||
|
|
Loading…
Reference in a new issue