Skip to content

Commit 16fc8b4

Browse files
authored
evcc: 0.132.1 -> 0.133.0 (NixOS#375157)
2 parents 70ea2a5 + 0c14e06 commit 16fc8b4

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
@@ -16,16 +16,16 @@
1616
}:
1717

1818
let
19-
version = "0.132.1";
19+
version = "0.133.0";
2020

2121
src = fetchFromGitHub {
2222
owner = "evcc-io";
2323
repo = "evcc";
2424
tag = version;
25-
hash = "sha256-TrKPI+b9hlVPGUXmJ73QO2TfGoDip31KZ5RzgQC+BS4=";
25+
hash = "sha256-10xgw6zL49Hk7OH5c6lqeTsIhdkSOyRZCJjSkQox0XI=";
2626
};
2727

28-
vendorHash = "sha256-jhYDk2BV1L6lrkOl6sSiYe79Q7vtC4Da/DzWzilCXRM=";
28+
vendorHash = "sha256-aBTs6S7b+1JS9MNKWMpuUZ6AXb9ylfXnuAV7q9WnE9w=";
2929

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

0 commit comments

Comments
 (0)