Skip to content

Commit

Permalink
evcc: 0.132.0 -> 0.132.1 (#371968)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Jan 8, 2025
2 parents da76b63 + 0ea4238 commit 2cbdd54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ev/evcc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
}:

let
version = "0.132.0";
version = "0.132.1";

src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
tag = version;
hash = "sha256-9HF9Beu2nLUoRViFluEc4kqGah2NfN/K0hqTZ4Bmo5c=";
hash = "sha256-TrKPI+b9hlVPGUXmJ73QO2TfGoDip31KZ5RzgQC+BS4=";
};

vendorHash = "sha256-xxE/KBZvPBMd9cLE/uU74iyLaOYRd6m9HokTDi0FnRg=";
vendorHash = "sha256-jhYDk2BV1L6lrkOl6sSiYe79Q7vtC4Da/DzWzilCXRM=";

commonMeta = with lib; {
license = licenses.mit;
Expand Down

0 comments on commit 2cbdd54

Please sign in to comment.