evcc: 0.116.3 -> 0.116.4

https://github.com/evcc-io/evcc/releases/tag/0.116.4
This commit is contained in:
Martin Weinelt 2023-04-25 10:54:08 +02:00
parent a2e2972ff3
commit caa3cce681
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -1,5 +1,5 @@
{ lib
, buildGo120Module
, buildGoModule
, fetchFromGitHub
, fetchNpmDeps
, cacert
@ -14,15 +14,15 @@
, stdenv
}:
buildGo120Module rec {
buildGoModule rec {
pname = "evcc";
version = "0.116.3";
version = "0.116.4";
src = fetchFromGitHub {
owner = "evcc-io";
repo = pname;
rev = version;
hash = "sha256-w4AExQmItvSbUSGBOnoyP4rGnEYsyFUU9Y+lF+0xGVc=";
hash = "sha256-zNTDqokPjPtgBXEy81c1gl2WsbBf9FehJ5y75cYVlQ8=";
};
vendorHash = "sha256-lu6/tRf9o0n13lVsT9OBxc6Ytz3IVEE16vLZ+pZ4Czk=";