evcc: 0.200.5 -> 0.200.6 (#387569)

authored by Martin Weinelt and committed by GitHub 398f7eb6 2760b679

+3 -3
+3 -3
pkgs/by-name/ev/evcc/package.nix
··· 17 }: 18 19 let 20 - version = "0.200.5"; 21 22 src = fetchFromGitHub { 23 owner = "evcc-io"; 24 repo = "evcc"; 25 tag = version; 26 - hash = "sha256-4ZtFVHx3L9/62B9YP0noVcWnzlypWdnayhFJ2hLzFms="; 27 }; 28 29 - vendorHash = "sha256-w524bw5A20Ur4jDFpTKJIShev54oVLL9Dm72wFnBK4E="; 30 31 commonMeta = with lib; { 32 license = licenses.mit;
··· 17 }: 18 19 let 20 + version = "0.200.6"; 21 22 src = fetchFromGitHub { 23 owner = "evcc-io"; 24 repo = "evcc"; 25 tag = version; 26 + hash = "sha256-IXfEqFqm/vzm3zA1j3QajpcXTn3v0/HlXkHHb9Vwki8="; 27 }; 28 29 + vendorHash = "sha256-zWHysXjBNAAZfrVGzn39pdDqQrLUc1uYVLO/U7q0g04="; 30 31 commonMeta = with lib; { 32 license = licenses.mit;