1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

evcc: 0.130.8 -> 0.130.9

https://github.com/evcc-io/evcc/releases/tag/0.130.9
This commit is contained in:
Martin Weinelt 2024-09-12 00:07:48 +02:00
parent ed0fe13cc6
commit 191256feb3
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -16,16 +16,16 @@
buildGo123Module rec {
pname = "evcc";
version = "0.130.8";
version = "0.130.9";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
rev = version;
hash = "sha256-U6HQyHh9hei2mzCWQnGBFrJL2JRwFSo4AMbqSizJOEI=";
hash = "sha256-g3z2yqw/84OMui5mchfqVHoR/6LdwNHgeBodf1jUtj4=";
};
vendorHash = "sha256-UsNx11WgQbBV8q5sREuLysud54MjfvXi5wvMKNJryns=";
vendorHash = "sha256-C2eoNmv0GSi5DV53aUwGcBOw6n2btU/HhniMyu21vLE=";
npmDeps = fetchNpmDeps {
inherit src;