summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/home-automation/evcc/default.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-08 21:02:07 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-08 21:02:07 +0100
commitc339d2e256ae55d27ff677a93ef7451d9f589121 (patch)
tree6256d50d353105f2720e313d7c109b49c0072018 /pkgs/servers/home-automation/evcc/default.nix
parent8a67ffa41c653cdbf753aa04a30e5c207d6d7090 (diff)
evcc: 0.124.7 -> 0.124.8
https://github.com/evcc-io/evcc/releases/tag/0.124.8
Diffstat (limited to 'pkgs/servers/home-automation/evcc/default.nix')
-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 f6aac2340974..eddcd75e1ea1 100644
--- a/pkgs/servers/home-automation/evcc/default.nix
+++ b/pkgs/servers/home-automation/evcc/default.nix
@@ -21,13 +21,13 @@ in
buildGoModule rec {
pname = "evcc";
- version = "0.124.7";
+ version = "0.124.8";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
rev = version;
- hash = "sha256-m2GopN2p/QtWJd2UMQ/wgvDUti4yrf+eeMQh/XueRtk=";
+ hash = "sha256-u4p22efkwpIY447O+F83pcz8C+iSwLHocsbZdRpgSmE=";
};
vendorHash = "sha256-PZWMqv3R4Dq4cLtGNuvHCQ/GiYvlKJfSKEmBn0JYnb8=";