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:
parent
ed0fe13cc6
commit
191256feb3
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue