evcc: 0.127.2 -> 0.128.0
https://github.com/evcc-io/evcc/releases/tag/0.128.0
This commit is contained in:
parent
741f201bee
commit
6f8e08bdde
@ -1,11 +1,11 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, buildGo122Module
|
, buildGoModule
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchNpmDeps
|
, fetchNpmDeps
|
||||||
, cacert
|
, cacert
|
||||||
, go_1_22
|
|
||||||
, git
|
, git
|
||||||
|
, go
|
||||||
, enumer
|
, enumer
|
||||||
, mockgen
|
, mockgen
|
||||||
, nodejs
|
, nodejs
|
||||||
@ -14,27 +14,22 @@
|
|||||||
, nixosTests
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
|
||||||
buildGoModule = buildGo122Module;
|
|
||||||
go = go_1_22;
|
|
||||||
in
|
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "evcc";
|
pname = "evcc";
|
||||||
version = "0.127.2";
|
version = "0.128.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "evcc-io";
|
owner = "evcc-io";
|
||||||
repo = "evcc";
|
repo = "evcc";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-85AhiqAvjr63tfXovH2bt1b583ak1N09EtbLLtW7qeA=";
|
hash = "sha256-6Ak2OXJfh4d0Fp75MPQ/WQa1y5DuWBEyZaWoK86F6oU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-MdfLJpPEi6Cr34W6eJSraKJwBPtR66HM2tJIbPE9mZs=";
|
vendorHash = "sha256-O8chNEtNEbzNiFzDD1j16V6eS3GKpUWB4PMuBiRNsyU=";
|
||||||
|
|
||||||
npmDeps = fetchNpmDeps {
|
npmDeps = fetchNpmDeps {
|
||||||
inherit src;
|
inherit src;
|
||||||
hash = "sha256-6Dxf32myqRbKIlYFcQhkuqZVz+lVvmeJ5lqiWPCQAzA=";
|
hash = "sha256-XG9nefBefF2gdDWA9IYBI2dv6Lig2LqGgOnTjyni0fM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -78,6 +73,7 @@ buildGoModule rec {
|
|||||||
skippedTests = [
|
skippedTests = [
|
||||||
# network access
|
# network access
|
||||||
"TestOctopusConfigParse"
|
"TestOctopusConfigParse"
|
||||||
|
"TestTemplates/ac-elwa-2"
|
||||||
"TestTemplates/allinpower"
|
"TestTemplates/allinpower"
|
||||||
"TestTemplates/electricitymaps"
|
"TestTemplates/electricitymaps"
|
||||||
"TestTemplates/elering"
|
"TestTemplates/elering"
|
||||||
|
Loading…
Reference in New Issue
Block a user