Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 100012e55bc2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1d07083c8d0d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 11, 2020

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    minijackson Rémi NICOLE
    Copy the full SHA
    f99682a View commit details

Commits on Jan 12, 2020

  1. Merge pull request #77512 from minijackson/kodiPlugins.vfs-sftp-1.0.5

    kodiPlugins.vfs-sftp: 1.0.1 -> 1.0.5
    nh2 authored Jan 12, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1d07083 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/video/kodi/plugins.nix
4 changes: 2 additions & 2 deletions pkgs/applications/video/kodi/plugins.nix
Original file line number Diff line number Diff line change
@@ -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; {