evcc: 0.121.2 -> 0.121.3

https://github.com/evcc-io/evcc/releases/tag/0.121.3
This commit is contained in:
Martin Weinelt 2023-10-28 19:45:31 +02:00
parent c368d31479
commit 126b50369e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,5 +1,5 @@
{ lib
, buildGo121Module
, buildGoModule
, fetchFromGitHub
, fetchNpmDeps
, cacert
@ -14,15 +14,15 @@
, stdenv
}:
buildGo121Module rec {
buildGoModule rec {
pname = "evcc";
version = "0.121.2";
version = "0.121.3";
src = fetchFromGitHub {
owner = "evcc-io";
repo = pname;
rev = version;
hash = "sha256-WGce6HszjS/AVwlEmT8KZnFHZieaGzT+yyzxOtqf/zg=";
hash = "sha256-e8TelrSAsrvuQRtnB4/V8w8Xk84UO1mo6IpLm97C/+M=";
};
vendorHash = "sha256-dBJsPv3tOWxLvVlkTG0npKalH2RWfwR3vJRjqb4TYQE=";