Skip to content

Commit

Permalink
Merge pull request #118373 from aanderse/kodiPackages.netflix
Browse files Browse the repository at this point in the history
kodi.packages.netflix: 1.14.1 -> 1.15.0
  • Loading branch information
SuperSandro2000 committed Apr 3, 2021
2 parents 2618120 + ada287e commit b7418e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/kodi-packages/netflix/default.nix
Expand Up @@ -3,13 +3,13 @@
buildKodiAddon rec {
pname = "netflix";
namespace = "plugin.video.netflix";
version = "1.14.1";
version = "1.15.0";

src = fetchFromGitHub {
owner = "CastagnaIT";
repo = namespace;
rev = "v${version}";
sha256 = "0vv3234gg4brp0gvrsl4vdskmpfbyk4z7cjmmj31zn4m8j33japn";
sha256 = "1jibzzm8viqpanby6lqxpb95gw5hw3lfsw4jasjskiinbf8n469k";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit b7418e5

Please sign in to comment.