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.
2 parents 5d9b543 + f017f11 commit 8490862Copy full SHA for 8490862
pkgs/by-name/ev/evcc/package.nix
@@ -17,13 +17,13 @@
17
}:
18
19
let
20
- version = "0.200.9";
+ version = "0.201.0";
21
22
src = fetchFromGitHub {
23
owner = "evcc-io";
24
repo = "evcc";
25
tag = version;
26
- hash = "sha256-HIqehST3H4shxEdDyGYLkUXZVbHjHfdzyZ0vCGslozU=";
+ hash = "sha256-Hw2TIMcKkeSUEKtTwJezCRMUvicrZUjT9UmTvDgKy2s=";
27
};
28
29
vendorHash = "sha256-zWHysXjBNAAZfrVGzn39pdDqQrLUc1uYVLO/U7q0g04=";
@@ -52,7 +52,7 @@ buildGo124Module rec {
52
53
npmDeps = fetchNpmDeps {
54
inherit src;
55
- hash = "sha256-VYAJO2HeswhBlCVKi08frkvhKc/AFepmrSGY4JccBZE=";
+ hash = "sha256-IOpT7YH85iHCK9UqKoomdKQBsPFm4MJ0bbEFbIIxVTc=";
56
57
58
nativeBuildInputs = [
0 commit comments