We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a5f01 commit b8e5253Copy full SHA for b8e5253
pkgs/by-name/ev/evcc/package.nix
@@ -16,20 +16,20 @@
16
17
buildGoModule rec {
18
pname = "evcc";
19
- version = "0.131.6";
+ version = "0.131.8";
20
21
src = fetchFromGitHub {
22
owner = "evcc-io";
23
repo = "evcc";
24
rev = version;
25
- hash = "sha256-r9GaihxC9ZQtTzKqfJ3LLDMzDEXeud7vTFEMOf0whFU=";
+ hash = "sha256-W04iXqABwp5fDesOZf633mS6caEsGv0lHEyCzqEv1WA=";
26
};
27
28
vendorHash = "sha256-x0EWFsR/O2Ztg39DL+yZx2ZDzJHADo2aPAeg/i+5KqM=";
29
30
npmDeps = fetchNpmDeps {
31
inherit src;
32
- hash = "sha256-4pQYv5UKoz3Gu5OS0zoYrjrFYD796MDb7ofWbTv3HlU=";
+ hash = "sha256-MjmqVyIj/foI6FFMydpbZA3wL09qs02eAq7Tk872JKM=";
33
34
35
nativeBuildInputs = [
0 commit comments