Skip to content

Commit 8490862

Browse files
authored
evcc: 0.200.9 -> 0.201.0 (#390530)
2 parents 5d9b543 + f017f11 commit 8490862

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,13 +17,13 @@
1717
}:
1818

1919
let
20-
version = "0.200.9";
20+
version = "0.201.0";
2121

2222
src = fetchFromGitHub {
2323
owner = "evcc-io";
2424
repo = "evcc";
2525
tag = version;
26-
hash = "sha256-HIqehST3H4shxEdDyGYLkUXZVbHjHfdzyZ0vCGslozU=";
26+
hash = "sha256-Hw2TIMcKkeSUEKtTwJezCRMUvicrZUjT9UmTvDgKy2s=";
2727
};
2828

2929
vendorHash = "sha256-zWHysXjBNAAZfrVGzn39pdDqQrLUc1uYVLO/U7q0g04=";
@@ -52,7 +52,7 @@ buildGo124Module rec {
5252

5353
npmDeps = fetchNpmDeps {
5454
inherit src;
55-
hash = "sha256-VYAJO2HeswhBlCVKi08frkvhKc/AFepmrSGY4JccBZE=";
55+
hash = "sha256-IOpT7YH85iHCK9UqKoomdKQBsPFm4MJ0bbEFbIIxVTc=";
5656
};
5757

5858
nativeBuildInputs = [

0 commit comments

Comments
 (0)