Skip to content

Commit b8e5253

Browse files
committed
1 parent f4a5f01 commit b8e5253

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,20 +16,20 @@
1616

1717
buildGoModule rec {
1818
pname = "evcc";
19-
version = "0.131.6";
19+
version = "0.131.8";
2020

2121
src = fetchFromGitHub {
2222
owner = "evcc-io";
2323
repo = "evcc";
2424
rev = version;
25-
hash = "sha256-r9GaihxC9ZQtTzKqfJ3LLDMzDEXeud7vTFEMOf0whFU=";
25+
hash = "sha256-W04iXqABwp5fDesOZf633mS6caEsGv0lHEyCzqEv1WA=";
2626
};
2727

2828
vendorHash = "sha256-x0EWFsR/O2Ztg39DL+yZx2ZDzJHADo2aPAeg/i+5KqM=";
2929

3030
npmDeps = fetchNpmDeps {
3131
inherit src;
32-
hash = "sha256-4pQYv5UKoz3Gu5OS0zoYrjrFYD796MDb7ofWbTv3HlU=";
32+
hash = "sha256-MjmqVyIj/foI6FFMydpbZA3wL09qs02eAq7Tk872JKM=";
3333
};
3434

3535
nativeBuildInputs = [

0 commit comments

Comments
 (0)