We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70ea2a5 + 0c14e06 commit 16fc8b4Copy full SHA for 16fc8b4
pkgs/by-name/ev/evcc/package.nix
@@ -16,16 +16,16 @@
16
}:
17
18
let
19
- version = "0.132.1";
+ version = "0.133.0";
20
21
src = fetchFromGitHub {
22
owner = "evcc-io";
23
repo = "evcc";
24
tag = version;
25
- hash = "sha256-TrKPI+b9hlVPGUXmJ73QO2TfGoDip31KZ5RzgQC+BS4=";
+ hash = "sha256-10xgw6zL49Hk7OH5c6lqeTsIhdkSOyRZCJjSkQox0XI=";
26
};
27
28
- vendorHash = "sha256-jhYDk2BV1L6lrkOl6sSiYe79Q7vtC4Da/DzWzilCXRM=";
+ vendorHash = "sha256-aBTs6S7b+1JS9MNKWMpuUZ6AXb9ylfXnuAV7q9WnE9w=";
29
30
commonMeta = with lib; {
31
license = licenses.mit;
0 commit comments