Skip to content

Commit

Permalink
evcc: 0.131.4 -> 0.131.5 (#355083)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Nov 10, 2024
2 parents 20ee593 + 32e064f commit bc1a933
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 @@

buildGoModule rec {
pname = "evcc";
version = "0.131.4";
version = "0.131.5";

src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
rev = version;
hash = "sha256-sU5h29sXz1am44iFGNrVfMzrI1aAc/m355Aevm81sQc=";
hash = "sha256-CRqxxbPkcjswntMgGkIrPFEbnjI90sfTmG6D1eCo45w=";
};

vendorHash = "sha256-hPCTAK4u79r9EoHkv6g1QvkRDZ95hXzyiiQpRD+0aLQ=";
vendorHash = "sha256-x0EWFsR/O2Ztg39DL+yZx2ZDzJHADo2aPAeg/i+5KqM=";

npmDeps = fetchNpmDeps {
inherit src;
Expand Down

0 comments on commit bc1a933

Please sign in to comment.