mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 01:33:11 +01:00
evcc: 0.209.5 -> 0.209.6 (#457414)
This commit is contained in:
commit
a4c85a90eb
|
|
@ -17,13 +17,13 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.209.5";
|
version = "0.209.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "evcc-io";
|
owner = "evcc-io";
|
||||||
repo = "evcc";
|
repo = "evcc";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-3qpuRutCCKJWYvHao4Ez9El40QYflhzhW4NTmi4hG1Q=";
|
hash = "sha256-WTfLnd2w9maCrCVHkJUZrry4LloiimNWZxRYVgHRyT8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-SVdoeioBtUa+V2n717ckYCQBFmYSXdi7ryRVfb9xKnY=";
|
vendorHash = "sha256-SVdoeioBtUa+V2n717ckYCQBFmYSXdi7ryRVfb9xKnY=";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue