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 900110b + 00e5607 commit dce71cfCopy full SHA for dce71cf
pkgs/by-name/ev/evcc/package.nix
@@ -17,16 +17,16 @@
17
}:
18
19
let
20
- version = "0.200.4";
+ version = "0.200.5";
21
22
src = fetchFromGitHub {
23
owner = "evcc-io";
24
repo = "evcc";
25
tag = version;
26
- hash = "sha256-ld90jN3IuYPzKLef13a437rCTf5rt1Lxo+Sxj8atYF4=";
+ hash = "sha256-4ZtFVHx3L9/62B9YP0noVcWnzlypWdnayhFJ2hLzFms=";
27
};
28
29
- vendorHash = "sha256-sx04fyRXX9H2182yz8qvdLv/sSLXTrzhlwpf8lMSVew=";
+ vendorHash = "sha256-w524bw5A20Ur4jDFpTKJIShev54oVLL9Dm72wFnBK4E=";
30
31
commonMeta = with lib; {
32
license = licenses.mit;
0 commit comments