about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-07-07 20:42:30 +0200
committerGitHub <noreply@github.com>2023-07-07 20:42:30 +0200
commit500d0cff7337acf67dfca516e56fff671dbd0c24 (patch)
tree42c3669e3edf11526ef5bea4fa4f74d1901efbdb /pkgs
parent94ec487873974f62fb337a68da104db9eb147990 (diff)
parenta104883411d50731a647a449b8e2961fc1fae703 (diff)
Merge pull request #242112 from r-ryantm/auto-update/evcc
evcc: 0.118.6 -> 0.118.7
Diffstat (limited to 'pkgs')
-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 ed9bdf8999ae0..73a5b9f6b8a7a 100644
--- a/pkgs/servers/home-automation/evcc/default.nix
+++ b/pkgs/servers/home-automation/evcc/default.nix
@@ -16,16 +16,16 @@
 
 buildGoModule rec {
   pname = "evcc";
-  version = "0.118.6";
+  version = "0.118.7";
 
   src = fetchFromGitHub {
     owner = "evcc-io";
     repo = pname;
     rev = version;
-    hash = "sha256-4AJTXLH17D4AMmNus341VHu9bHAkosOaA7DIw9gbYOM=";
+    hash = "sha256-1mE3PZDC3IikVvgHYK0RQ6gheGdZcwxwQRLo7f8h9F0=";
   };
 
-  vendorHash = "sha256-SFs7Bua3/bgTcdzvSisTn3Xx+7jD84LrMdaUhDXp9VI=";
+  vendorHash = "sha256-1c+0EoTM/K0Bq0/eg4J/qNyslo7MP3VSwFgGn5DOWto=";
 
   npmDeps = fetchNpmDeps {
     inherit src;