diff options
| author | Niklas Hambüchen <mail@nh2.me> | 2020-01-12 04:20:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-12 04:20:30 +0100 |
| commit | 1d07083c8d0df3a82b3bfa71acdba2bb9d2cfd7e (patch) | |
| tree | 9fc481c2e82654b09a9cca6851d4cf1285315207 | |
| parent | Merge pull request #77538 from adisbladis/poetry2nix-1_2_1 (diff) | |
| parent | kodiPlugins.vfs-sftp: 1.0.1 -> 1.0.5 (diff) | |
| download | nixpkgs-1d07083c8d0df3a82b3bfa71acdba2bb9d2cfd7e.tar.gz | |
Merge pull request #77512 from minijackson/kodiPlugins.vfs-sftp-1.0.5
kodiPlugins.vfs-sftp: 1.0.1 -> 1.0.5
| -rw-r--r-- | pkgs/applications/video/kodi/plugins.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/kodi/plugins.nix b/pkgs/applications/video/kodi/plugins.nix index 1900bf3634ce..41e5a7c5c75a 100644 --- a/pkgs/applications/video/kodi/plugins.nix +++ b/pkgs/applications/video/kodi/plugins.nix @@ -509,14 +509,14 @@ let self = rec { vfs-sftp = mkKodiABIPlugin rec { namespace = "vfs.sftp"; - version = "1.0.1"; + version = "1.0.5"; plugin = namespace; src = fetchFromGitHub { owner = "xbmc"; repo = namespace; rev = "${version}-${rel}"; - sha256 = "1l9igrl168s91c15v9klyaaz226ik3xlbzjk2f1346fvzmp87g9v"; + sha256 = "10l2rwim574012vzjrkr0b153gk5q81fq48p47mijk294l7g100d"; }; meta = with stdenv.lib; { |
