evcc: 0.112.1 -> 0.112.2
Diff: https://github.com/evcc-io/evcc/compare/0.112.1...0.112.2 Changelog: https://github.com/andig/evcc/releases/tag/0.112.2
This commit is contained in:
parent
bc0944c06f
commit
a6ee2b1c8d
@ -16,13 +16,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "evcc";
|
pname = "evcc";
|
||||||
version = "0.112.1";
|
version = "0.112.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "evcc-io";
|
owner = "evcc-io";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-Y/Py7WTv8tiPdbPswpVhqpBW5l2XJB7T3KDm+xWfl8s=";
|
hash = "sha256-rIsx1c9Pz7nAjJe71YYmizhDkrIR1gcCocmTUMdkt5A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-sfASvLsNUp+7T0ib87HkLNBDp5fbk3hEV0LIKK46O4g=";
|
vendorHash = "sha256-sfASvLsNUp+7T0ib87HkLNBDp5fbk3hEV0LIKK46O4g=";
|
||||||
|
Loading…
Reference in New Issue
Block a user