Skip to content

Commit

Permalink
Merge pull request #262261 from pks-t/pks-kodi-plugin-video-netflix-1…
Browse files Browse the repository at this point in the history
….22.3

kodi.packages.netflix: 1.20.2 -> 1.22.3
  • Loading branch information
aanderse committed Oct 20, 2023
2 parents 38d33bc + e0ac36d commit ca03f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/kodi/addons/netflix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
buildKodiAddon rec {
pname = "netflix";
namespace = "plugin.video.netflix";
version = "1.20.2";
version = "1.22.3";

src = fetchFromGitHub {
owner = "CastagnaIT";
repo = namespace;
rev = "v${version}";
sha256 = "sha256-k2O8a0P+TzQVoFQJkzmdqmkKh3Aj7OlsnuhJfUwxOmI=";
sha256 = "sha256-8NGj8n1p8euqYYdPDSeFh2ZE9lly5ThSmg69yXY3Te8=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit ca03f20

Please sign in to comment.