kodiPlugins.vfs-libarchive: 1.0.6 -> 1.0.7

This commit is contained in:
Minijackson 2020-04-12 14:27:50 +02:00
parent 5eca80f7eb
commit beb4adad31
No known key found for this signature in database
GPG Key ID: FEA888C9F5D64F62

View File

@ -530,14 +530,14 @@ let self = rec {
vfs-libarchive = mkKodiABIPlugin rec { vfs-libarchive = mkKodiABIPlugin rec {
namespace = "vfs.libarchive"; namespace = "vfs.libarchive";
version = "1.0.6"; version = "1.0.7";
plugin = namespace; plugin = namespace;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "xbmc"; owner = "xbmc";
repo = namespace; repo = namespace;
rev = "${version}-${rel}"; rev = "${version}-${rel}";
sha256 = "1gz39i97n8xgbja8miqligmhxsvmqimlxx75xr9v0r9lfxp7135f"; sha256 = "01qhv095h5j67ispm4iw18pd3kl7a0mnjkgm92al9qqiyif8lzgh";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {