summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-04-12 12:03:11 -0400
committerGitHub <noreply@github.com>2020-04-12 12:03:11 -0400
commit2c195b2866180a41c5793291b1391e4d69d411ee (patch)
tree8ab5e44ba655798c453a7277f68363ee6e54b4f4 /pkgs/applications
parent17a1bf5dbd4439eb326fda62da8b782de2c138a5 (diff)
parentbeb4adad31bc17beb91fd974941a3b5574ce3a8a (diff)
downloadnixpkgs-2c195b2866180a41c5793291b1391e4d69d411ee.tar
nixpkgs-2c195b2866180a41c5793291b1391e4d69d411ee.tar.gz
nixpkgs-2c195b2866180a41c5793291b1391e4d69d411ee.tar.bz2
nixpkgs-2c195b2866180a41c5793291b1391e4d69d411ee.tar.lz
nixpkgs-2c195b2866180a41c5793291b1391e4d69d411ee.tar.xz
nixpkgs-2c195b2866180a41c5793291b1391e4d69d411ee.tar.zst
nixpkgs-2c195b2866180a41c5793291b1391e4d69d411ee.zip
Merge pull request #85072 from minijackson/kodiPlugins.vfs-libarchive-1.0.7
kodiPlugins.vfs-libarchive: 1.0.6 -> 1.0.7
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/video/kodi/plugins.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/kodi/plugins.nix b/pkgs/applications/video/kodi/plugins.nix
index 64521d75e4d..78f3cba505d 100644
--- a/pkgs/applications/video/kodi/plugins.nix
+++ b/pkgs/applications/video/kodi/plugins.nix
@@ -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; {