kodiPlugins.vfs-sftp: 1.0.6 -> 2.0.0

This commit is contained in:
Aaron Andersen 2020-12-03 20:38:44 -05:00
parent e80f138b4e
commit 4beb97f2bf

View File

@ -516,14 +516,14 @@ let self = rec {
vfs-sftp = mkKodiABIPlugin rec {
namespace = "vfs.sftp";
version = "1.0.6";
version = "2.0.0";
plugin = namespace;
src = fetchFromGitHub {
owner = "xbmc";
repo = namespace;
rev = "${version}-${rel}";
sha256 = "044kkzcpzvbyih4vys33r4hqw38xa82snmvl4qj1r80wnszc8af1";
sha256 = "06w74sh8yagrrp7a7rjaz3xrh1j3wdqald9c4b72c33gpk5997dk";
};
meta = with lib; {