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.
1 parent 1bf64f7 commit 1b39dffCopy full SHA for 1b39dff
pkgs/by-name/ev/evcc/package.nix
@@ -17,16 +17,16 @@
17
}:
18
19
let
20
- version = "0.200.5";
+ version = "0.200.6";
21
22
src = fetchFromGitHub {
23
owner = "evcc-io";
24
repo = "evcc";
25
tag = version;
26
- hash = "sha256-4ZtFVHx3L9/62B9YP0noVcWnzlypWdnayhFJ2hLzFms=";
+ hash = "sha256-IXfEqFqm/vzm3zA1j3QajpcXTn3v0/HlXkHHb9Vwki8=";
27
};
28
29
- vendorHash = "sha256-w524bw5A20Ur4jDFpTKJIShev54oVLL9Dm72wFnBK4E=";
+ vendorHash = "sha256-zWHysXjBNAAZfrVGzn39pdDqQrLUc1uYVLO/U7q0g04=";
30
31
commonMeta = with lib; {
32
license = licenses.mit;
0 commit comments