evcc: 0.118.0 -> 0.118.1

https://github.com/andig/evcc/releases/tag/0.118.1
This commit is contained in:
Martin Weinelt 2023-06-18 13:14:50 +02:00
parent d52a2fba19
commit f55a98797e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -2,7 +2,6 @@
, buildGoModule
, fetchFromGitHub
, fetchNpmDeps
, fetchpatch
, cacert
, go
, git
@ -17,28 +16,20 @@
buildGoModule rec {
pname = "evcc";
version = "0.118.0";
version = "0.118.1";
src = fetchFromGitHub {
owner = "evcc-io";
repo = pname;
rev = version;
hash = "sha256-LQtFmN4IyDj/SRTik+ML3h1/tMwnTQ13dQHnghcDuUo=";
hash = "sha256-EAvY+JNk1V4oWW5mbbEIRjaUqTOib6zY8hab0Mw2hUk=";
};
patches = [
(fetchpatch {
# fix ISO15118 vehicle setup
url = "https://github.com/evcc-io/evcc/commit/cc22337b422e4ee541a2c75740c039f2d029bd9b.patch";
hash = "sha256-Q+5Klpdv1cWVg716lbKl1JLwkr4LiLPRUoZHemFUQZc=";
})
];
vendorHash = "sha256-1YTVFn/DngzSQwYxGHCAaJl4ZnVj4au32YcpNo1m4w8=";
vendorHash = "sha256-CkJpTXbjHRXcZp+FWGal91kkFkIMoKZ6/zmY+8Udmos=";
npmDeps = fetchNpmDeps {
inherit src;
hash = "sha256-QRjOmanO+phyqgZb/cAyU0dFKI6T6o84MuObANZoYNE=";
hash = "sha256-w2xMG0vHx4g9AAvNWRwR3u9w6PrHtQV7TETnDRkmkBk=";
};
nativeBuildInputs = [