Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kodiPackages.orftvthek: 0.12.12 -> 1.0.2+matrix.1 #318669

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
kodiPackages.orftvthek: 0.12.12 -> 1.0.2+matrix.1
  • Loading branch information
r-ryantm committed Jun 18, 2024
commit 4ab9cc62bbf193a19d5ad52d5f14b2d0b0e8674e
4 changes: 2 additions & 2 deletions pkgs/applications/video/kodi/addons/orftvthek/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
buildKodiAddon rec {
pname = "orftvthek";
namespace = "plugin.video.orftvthek";
version = "0.12.12";
version = "1.0.2+matrix.1";

src = fetchFromGitHub {
owner = "s0faking";
repo = namespace;
rev = version;
sha256 = "sha256-4VLr4DFxioCrlq5JtiPyd7E4a+++cWgxCnRb3KPppWE=";
sha256 = "sha256-bCVsR7lH0REJmG3OKU8mRRvw/PhSrLfhufmVBmw05+k=";
};

propagatedBuildInputs = [
Expand Down