Skip to content

Commit baf97dc

Browse files
authored
evcc: 0.203.3 -> 0.203.4 (#402390)
2 parents 5461b7f + 34bf854 commit baf97dc

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

2222
src = fetchFromGitHub {
2323
owner = "evcc-io";
2424
repo = "evcc";
2525
tag = version;
26-
hash = "sha256-kbTaSmSfgXDyT3Zw0jxnUu+95lleWigs0l80Q68bAyU=";
26+
hash = "sha256-b171SajnGf9WZ7EID+cAWvmr9cKGclIW1cvjG8pyrgs=";
2727
};
2828

29-
vendorHash = "sha256-oC6aX8hAQfLpEEkpsPYm6ALxFqReKgDiAFse2WJGt60=";
29+
vendorHash = "sha256-nD4585oOE8QCz+EulvJsy5VHqqQShc+BS9ravUGZPGU=";
3030

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

0 commit comments

Comments
 (0)