Skip to content

Commit dce71cf

Browse files
authored
evcc: 0.200.4 -> 0.200.5 (NixOS#386183)
2 parents 900110b + 00e5607 commit dce71cf

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.4";
20+
version = "0.200.5";
2121

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

29-
vendorHash = "sha256-sx04fyRXX9H2182yz8qvdLv/sSLXTrzhlwpf8lMSVew=";
29+
vendorHash = "sha256-w524bw5A20Ur4jDFpTKJIShev54oVLL9Dm72wFnBK4E=";
3030

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

0 commit comments

Comments
 (0)