We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7771fe5 commit 59cb0b2Copy full SHA for 59cb0b2
1 file changed
pkgs/applications/video/kodi/addons/vfs-libarchive/default.nix
@@ -2,13 +2,13 @@
2
buildKodiBinaryAddon rec {
3
pname = namespace;
4
namespace = "vfs.libarchive";
5
- version = "19.0.1";
+ version = "20.1.0";
6
7
src = fetchFromGitHub {
8
owner = "xbmc";
9
repo = namespace;
10
rev = "${version}-${rel}";
11
- sha256 = "sha256-4sERFC/XBEE46n+iq6YJg/5Wz0+223tq4+O5cIf6X6E=";
+ sha256 = "sha256-D0eLH+G+qF5xLBBX/FdJC+gKNQpqSb7LjRmi/99rPNg=";
12
};
13
14
extraBuildInputs = [ libarchive xz bzip2 zlib lz4 lzo openssl ];
0 commit comments