summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/home-automation/evcc/default.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-22 23:21:42 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-22 23:21:42 +0100
commit2431c94db91de36dc464276a4f12b798c75bc946 (patch)
treed342d1ef8587c1317d699c143c33fcf3b69fa826 /pkgs/servers/home-automation/evcc/default.nix
parentb522fbd82aafb68214f83cc9c65ec6a88b0b2867 (diff)
evcc: 0.122.1 -> 0.123.0
https://github.com/evcc-io/evcc/releases/tag/0.123.0
Diffstat (limited to 'pkgs/servers/home-automation/evcc/default.nix')
-rw-r--r--pkgs/servers/home-automation/evcc/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/home-automation/evcc/default.nix b/pkgs/servers/home-automation/evcc/default.nix
index 650b0c0c6c53..c9ccd3b6ab20 100644
--- a/pkgs/servers/home-automation/evcc/default.nix
+++ b/pkgs/servers/home-automation/evcc/default.nix
@@ -16,20 +16,20 @@
buildGoModule rec {
pname = "evcc";
- version = "0.122.1";
+ version = "0.123.0";
src = fetchFromGitHub {
owner = "evcc-io";
repo = pname;
rev = version;
- hash = "sha256-mD4D2DVai9KV7/RYFmcY7iOGVQGRpwg+rTfNsP8OpCY=";
+ hash = "sha256-jqlGjDwi+QGh5gmYVoSlxQjyKvNrE9nmSfh1cOlwnoM=";
};
- vendorHash = "sha256-B4gR9sXpGuVv3x6sktFSPlbhq5n5aD5d7ksz67X5nY8=";
+ vendorHash = "sha256-rhGMN5v+JzNg1p2GptomDDtqS7M4EafROXXy185qtmU=";
npmDeps = fetchNpmDeps {
inherit src;
- hash = "sha256-KTMUZOW56vPGoJviKRJWM9UL28gXL0L3j4ZmUzSeavU=";
+ hash = "sha256-a3AyqQ8GYP3g9KGbjtLHjHBrJGHg2sNjAQlMUa26pOY=";
};
nativeBuildInputs = [