summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-01-09 02:51:49 +0000
committerGitHub <noreply@github.com>2023-01-09 02:51:49 +0000
commit7300dca340ad08729891f843284bd385a1fac7fb (patch)
treefbde935d2d366ae4cb6359fa749d36b206d301d7
parent6713011f9e92d51e9477c443ec4d0c253f0b7154 (diff)
parent50d6cb38d9a21c4d62e3a4cf019125f58ec4677e (diff)
Merge pull request #209805 from NixOS/backport-209797-to-release-22.11
[Backport release-22.11] evcc: 0.109.2 -> 0.110.1
-rw-r--r--nixos/tests/evcc.nix1
-rw-r--r--pkgs/servers/home-automation/evcc/default.nix8
2 files changed, 4 insertions, 5 deletions
diff --git a/nixos/tests/evcc.nix b/nixos/tests/evcc.nix
index c223977a9d82..b445735ede98 100644
--- a/nixos/tests/evcc.nix
+++ b/nixos/tests/evcc.nix
@@ -88,7 +88,6 @@ import ./make-test-python.nix ({ pkgs, lib, ...} :
with subtest("Check journal for errors"):
_, output = machine.execute("journalctl -o cat -u evcc.service")
assert "FATAL" not in output
- assert "ERROR" not in output
with subtest("Check systemd hardening"):
_, output = machine.execute("systemd-analyze security evcc.service | grep -v '✓'")
diff --git a/pkgs/servers/home-automation/evcc/default.nix b/pkgs/servers/home-automation/evcc/default.nix
index 70af6e4530e3..8bd3920a443b 100644
--- a/pkgs/servers/home-automation/evcc/default.nix
+++ b/pkgs/servers/home-automation/evcc/default.nix
@@ -16,20 +16,20 @@
buildGoModule rec {
pname = "evcc";
- version = "0.109.2";
+ version = "0.110.1";
src = fetchFromGitHub {
owner = "evcc-io";
repo = pname;
rev = version;
- hash = "sha256-/Mklf+F9OHq56Qj/kn8JpRAgWwCZqwsH9EwrBFdi/mQ=";
+ hash = "sha256-SIBVvVl1O+vqQug6LTzKEzFAay82ot4e+rXd17Djvqc=";
};
- vendorHash = "sha256-H3ACmang+DPOCnccHLG6YzKvi7Rf5k8RkJDD1CgGBrw=";
+ vendorHash = "sha256-YP6/3+jVbavBE6ZSopryC1SgQc5kzE+gWpNbwptBMG8=";
npmDeps = fetchNpmDeps {
inherit src;
- hash = "sha256-oxoENlZNThW1PrwcGwiNP5Q7BZyhhtuCwXFey0t3Kz8=";
+ hash = "sha256-hc3IkWiafKBGtGPEPWWbj4XQsGh+PrGGnBV2bzEAn0s=";
};
nativeBuildInputs = [