about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-03-06 17:41:05 +0000
committerGitHub <noreply@github.com>2023-03-06 17:41:05 +0000
commit0ca7d99e7f1973c36e710554d46ec6f542cbb1bf (patch)
tree9dbe8ee86d2d9185687e917654d6f397f7a934fb
parent8f6cebc5a5eef89cf4eeb9b05df7fe7b30bced5f (diff)
parent00e614468d4828bafeb2942b9a9055d9a1bbb0fd (diff)
Merge pull request #219006 from mweinelt/evcc
evcc: 0.113.0 -> 0.114.0
-rw-r--r--pkgs/servers/home-automation/evcc/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/home-automation/evcc/default.nix b/pkgs/servers/home-automation/evcc/default.nix
index 094c29c6e3065..faadfff26e56b 100644
--- a/pkgs/servers/home-automation/evcc/default.nix
+++ b/pkgs/servers/home-automation/evcc/default.nix
@@ -16,16 +16,16 @@
 
 buildGo120Module rec {
   pname = "evcc";
-  version = "0.113.0";
+  version = "0.114.0";
 
   src = fetchFromGitHub {
     owner = "evcc-io";
     repo = pname;
     rev = version;
-    hash = "sha256-ikpcuOihkghRMsSj1gy4FxqZ/ojH4bk218O3LUkEHIQ=";
+    hash = "sha256-YPqt1UfXP2LGSopQuM4PXQJG3MmXg+5VjDpBKpV5axI=";
   };
 
-  vendorHash = "sha256-xzD/CKecRG0qKICVwuUGh8wTgVCz0iwYzcXmUZFLLso=";
+  vendorHash = "sha256-CNBwOVykQW7RUuf6oFTxO2DU6sd5IJVqN+6FPytQh+U=";
 
   npmDeps = fetchNpmDeps {
     inherit src;