1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

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 {
namespace = "vfs.libarchive";
version = "1.0.6";
version = "1.0.7";
plugin = namespace;
src = fetchFromGitHub {
owner = "xbmc";
repo = namespace;
rev = "${version}-${rel}";
sha256 = "1gz39i97n8xgbja8miqligmhxsvmqimlxx75xr9v0r9lfxp7135f";
sha256 = "01qhv095h5j67ispm4iw18pd3kl7a0mnjkgm92al9qqiyif8lzgh";
};
meta = with stdenv.lib; {