evcc: 0.308.0 -> 0.308.1

https://github.com/evcc-io/evcc/releases/tag/0.308.1
This commit is contained in:
Martin Weinelt
2026-06-05 23:03:26 +02:00
parent 63891c13cf
commit 37b661f8fb
+3 -3
View File
@@ -17,13 +17,13 @@
}:
let
version = "0.308.0";
version = "0.308.1";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
tag = version;
hash = "sha256-phrTg6P/sLb3lKTVF+PBH4EGfOQ57dpt3ZfLxZ6EOew=";
hash = "sha256-MsNDWTv6CDQfQMA9miImvGkQeJnsh6/zYtAcQJjHaF4=";
};
vendorHash = "sha256-UI1WyTDJA5GRgt8TmpMQi4DmYzfQFGhDd5WeitT8VnI=";
@@ -40,7 +40,7 @@ buildGo126Module rec {
npmDeps = fetchNpmDeps {
inherit src;
hash = "sha256-zMZAwO/2cch03myTGK+4sDwrEJhQzJJ8TwEg1lwxH0c=";
hash = "sha256-ypBg2TQ3qbc8cIBfFqICbNSCsIdokOtaFOqFD9bnMQM=";
};
nativeBuildInputs = [