Skip to content

Commit 59cb0b2

Browse files
committed
kodi.packages.vfs-libarchive: 19.0.1 -> 20.1.0
1 parent 7771fe5 commit 59cb0b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/applications/video/kodi/addons/vfs-libarchive

pkgs/applications/video/kodi/addons/vfs-libarchive/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
buildKodiBinaryAddon rec {
33
pname = namespace;
44
namespace = "vfs.libarchive";
5-
version = "19.0.1";
5+
version = "20.1.0";
66

77
src = fetchFromGitHub {
88
owner = "xbmc";
99
repo = namespace;
1010
rev = "${version}-${rel}";
11-
sha256 = "sha256-4sERFC/XBEE46n+iq6YJg/5Wz0+223tq4+O5cIf6X6E=";
11+
sha256 = "sha256-D0eLH+G+qF5xLBBX/FdJC+gKNQpqSb7LjRmi/99rPNg=";
1212
};
1313

1414
extraBuildInputs = [ libarchive xz bzip2 zlib lz4 lzo openssl ];

0 commit comments

Comments
 (0)