File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
pkgs/servers/home-automation/evcc Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 22, buildGoModule
33, fetchFromGitHub
44, fetchNpmDeps
5- , fetchpatch
65, cacert
76, go
87, git
1716
1817buildGoModule 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 '' ;
You can’t perform that action at this time.
0 commit comments