tvheadend: add tvheadend-latest alonside tvheadend#168620
tvheadend: add tvheadend-latest alonside tvheadend#168620melias122 wants to merge 2 commits intoNixOS:masterfrom
Conversation
This commit allows using tvheadend from master branch, which many of us are using as default tvheadend version. This is not "unstable" version, but it is not tagged.
c2a086c to
50a4ddf
Compare
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
SuperSandro2000
left a comment
There was a problem hiding this comment.
The commit should also be adjusted to not contain the commit hash.
Also why do we need this? If the last release version is a long time ago we should rather update the current version instead of introducing a new package.
| rev = "e3138a506a064f6dfd0639d69f383e8e576609da"; | ||
| sha256 = "19ac9ds3rfc2xrqcywsbd1iwcpv7vmql7gp01iikxkzcgm2g2b6w"; | ||
| tvheadend-latest = { | ||
| version = "master-9a51cea"; |
There was a problem hiding this comment.
This format should be unstable-XXXX-XX-XX where XXXX-XXXX is the date of the commit.
Updating to latest master (aka v4.3) will break configs of most people using v4.2. Thats why I went with new package. If there is any other way to keep both versions or v4.3 only in unstable channel that would also work, but I am not expert on nix packages, so would need some help. |
Description of changes
This commit is inspired by/copy of matomo/default.nix. It also updates
dtv-scan-tables to latest commit.
Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)nixos/doc/manual/md-to-db.shto update generated release notes