summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-02-04 23:14:31 +0000
committerGitHub <noreply@github.com>2023-02-04 23:14:31 +0000
commit241136cd4646073973d19059239d6fd099ee35d3 (patch)
treecdc75aa14699bc4e4e239ba90d86a8f8159e9346
parent8e7aad91a73407bbada41cecb5de35f029fdf955 (diff)
parenta6ee2b1c8d9de59c521cc5b8a66727586a3c9f3b (diff)
Merge pull request #214541 from mweinelt/evcc
evcc: 0.112.1 -> 0.112.2
-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 2474f5888a39..33c009f469b1 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.112.1";
+ version = "0.112.2";
src = fetchFromGitHub {
owner = "evcc-io";
repo = pname;
rev = version;
- hash = "sha256-Y/Py7WTv8tiPdbPswpVhqpBW5l2XJB7T3KDm+xWfl8s=";
+ hash = "sha256-rIsx1c9Pz7nAjJe71YYmizhDkrIR1gcCocmTUMdkt5A=";
};
vendorHash = "sha256-sfASvLsNUp+7T0ib87HkLNBDp5fbk3hEV0LIKK46O4g=";