Skip to content

Commit 398f7eb

Browse files
authored
evcc: 0.200.5 -> 0.200.6 (#387569)
2 parents 2760b67 + 1b39dff commit 398f7eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ev/evcc/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
}:
1818

1919
let
20-
version = "0.200.5";
20+
version = "0.200.6";
2121

2222
src = fetchFromGitHub {
2323
owner = "evcc-io";
2424
repo = "evcc";
2525
tag = version;
26-
hash = "sha256-4ZtFVHx3L9/62B9YP0noVcWnzlypWdnayhFJ2hLzFms=";
26+
hash = "sha256-IXfEqFqm/vzm3zA1j3QajpcXTn3v0/HlXkHHb9Vwki8=";
2727
};
2828

29-
vendorHash = "sha256-w524bw5A20Ur4jDFpTKJIShev54oVLL9Dm72wFnBK4E=";
29+
vendorHash = "sha256-zWHysXjBNAAZfrVGzn39pdDqQrLUc1uYVLO/U7q0g04=";
3030

3131
commonMeta = with lib; {
3232
license = licenses.mit;

0 commit comments

Comments
 (0)