mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
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
|
||||
, stdenv
|
||||
, buildGo122Module
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
, fetchNpmDeps
|
||||
, cacert
|
||||
, go_1_22
|
||||
, git
|
||||
, go
|
||||
, enumer
|
||||
, mockgen
|
||||
, nodejs
|
||||
@ -14,27 +14,22 @@
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
let
|
||||
buildGoModule = buildGo122Module;
|
||||
go = go_1_22;
|
||||
in
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "evcc";
|
||||
version = "0.127.2";
|
||||
version = "0.128.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "evcc-io";
|
||||
repo = "evcc";
|
||||
rev = version;
|
||||
hash = "sha256-85AhiqAvjr63tfXovH2bt1b583ak1N09EtbLLtW7qeA=";
|
||||
hash = "sha256-6Ak2OXJfh4d0Fp75MPQ/WQa1y5DuWBEyZaWoK86F6oU=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-MdfLJpPEi6Cr34W6eJSraKJwBPtR66HM2tJIbPE9mZs=";
|
||||
vendorHash = "sha256-O8chNEtNEbzNiFzDD1j16V6eS3GKpUWB4PMuBiRNsyU=";
|
||||
|
||||
npmDeps = fetchNpmDeps {
|
||||
inherit src;
|
||||
hash = "sha256-6Dxf32myqRbKIlYFcQhkuqZVz+lVvmeJ5lqiWPCQAzA=";
|
||||
hash = "sha256-XG9nefBefF2gdDWA9IYBI2dv6Lig2LqGgOnTjyni0fM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -78,6 +73,7 @@ buildGoModule rec {
|
||||
skippedTests = [
|
||||
# network access
|
||||
"TestOctopusConfigParse"
|
||||
"TestTemplates/ac-elwa-2"
|
||||
"TestTemplates/allinpower"
|
||||
"TestTemplates/electricitymaps"
|
||||
"TestTemplates/elering"
|
||||
|
Loading…
Reference in New Issue
Block a user