lol

kodiPackages.formula1: 2.0.5 -> 2.0.6 (#430588)

authored by

Aaron Andersen and committed by
GitHub
b2c2c23e 057d9082

+2 -2
+2 -2
pkgs/applications/video/kodi/addons/formula1/default.nix
··· 10 10 buildKodiAddon rec { 11 11 pname = "formula1"; 12 12 namespace = "plugin.video.formula1"; 13 - version = "2.0.5"; 13 + version = "2.0.6"; 14 14 15 15 src = fetchzip { 16 16 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip"; 17 - sha256 = "sha256-zOEf1CXywEqUpBhan03xjVQ3Rjp3h08X2OgQ4GAjwJQ="; 17 + sha256 = "sha256-oo5mS99fwMjMi8lUdiGNMOghVLd4dLr4SkoDzObufV4="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [