Skip to content

Commit 0c992b5

Browse files
authored
Merge pull request #280391 from mweinelt/evcc-0.123.8
evcc: 0.123.7 -> 0.123.8
2 parents fd9870b + 5a02285 commit 0c992b5

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

pkgs/servers/home-automation/evcc/default.nix

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
, buildGoModule
33
, fetchFromGitHub
44
, fetchNpmDeps
5-
, fetchpatch
65
, cacert
76
, go
87
, git
@@ -17,24 +16,15 @@
1716

1817
buildGoModule rec {
1918
pname = "evcc";
20-
version = "0.123.7";
19+
version = "0.123.8";
2120

2221
src = fetchFromGitHub {
2322
owner = "evcc-io";
2423
repo = "evcc";
2524
rev = version;
26-
hash = "sha256-I8qcKrCuiUpDdsWDMiEZdo+PBkMELo5V6GW+nKFaD3Y=";
25+
hash = "sha256-AsLprF4Szv91mShE1Ch6qOIkAIwHTw5lWm38DjQGOZM=";
2726
};
2827

29-
patches = [
30-
(fetchpatch {
31-
# https://github.com/evcc-io/evcc/pull/11547
32-
name = "evcc-mockgen.patch";
33-
url = "https://github.com/evcc-io/evcc/commit/5ec02a9dba79a733f71fc02a9552eb01e4e08f0b.patch";
34-
hash = "sha256-uxKdtwdhUcMFCMkG756OD9aSMP9rdOL4Tg0HBWwp3kw=";
35-
})
36-
];
37-
3828
vendorHash = "sha256-FKF6+64mjrKgzFAb+O0QCURieOoRB//QNbpMFMcNG8s=";
3929

4030
npmDeps = fetchNpmDeps {
@@ -56,8 +46,6 @@ buildGoModule rec {
5646
mockgen
5747
];
5848

59-
inherit patches;
60-
6149
preBuild = ''
6250
make assets
6351
'';

0 commit comments

Comments
 (0)