summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-12 00:23:06 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-12 19:25:49 +0000
commit174c60301f72b16bb1431994814396c1b6d14b19 (patch)
treedbbab22d3e79b67dd3551db60d513f21b29c3687
parent6a3f9996408c970b99b8b992b11bb249d1455b62 (diff)
evcc: 0.111.0 -> 0.111.1
https://github.com/evcc-io/evcc/releases/tag/0.111.1 (cherry picked from commit c08a7c06eb19a9997ea06a4eb3cd8afd1e99e368)
-rw-r--r--pkgs/servers/home-automation/evcc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-automation/evcc/default.nix b/pkgs/servers/home-automation/evcc/default.nix
index 4eb0f0127020..160ba43b1178 100644
--- a/pkgs/servers/home-automation/evcc/default.nix
+++ b/pkgs/servers/home-automation/evcc/default.nix
@@ -16,13 +16,13 @@
buildGoModule rec {
pname = "evcc";
- version = "0.111.0";
+ version = "0.111.1";
src = fetchFromGitHub {
owner = "evcc-io";
repo = pname;
rev = version;
- hash = "sha256-amXB4iLZJXJuU4gaTSpDc+kNoTVx08EUis0ld0XtcMs=";
+ hash = "sha256-2ZxEUhDNF2E5http8Pz21L0tw6r4UOK5XYDXbHJDnEU=";
};
vendorHash = "sha256-+qne/eB+z8e0vStC9V0w7jgWgo3vvkaR42dUe+/eXDE=";