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: 5c12bac7cb2a
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b6be4a44d89b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 18, 2019

  1. Copy the full SHA
    9562fee View commit details

Commits on Jun 21, 2019

  1. Merge pull request #63507 from elseym/plex

    plex: 1.15.8.1198 -> 1.16.0.1226
    lheckemann authored Jun 21, 2019
    Copy the full SHA
    b6be4a4 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/plex/raw.nix
4 changes: 2 additions & 2 deletions pkgs/servers/plex/raw.nix
Original file line number Diff line number Diff line change
@@ -8,14 +8,14 @@
# server, and the FHS userenv and corresponding NixOS module should
# automatically pick up the changes.
stdenv.mkDerivation rec {
version = "1.15.8.1198-eadbcbb45";
version = "1.16.0.1226-7eb2c8f6f";
pname = "plexmediaserver";
name = "${pname}-${version}";

# Fetch the source
src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "1za33fcga5ysxcj8szlqzriihzcvlx9jxlnsbygh819arbbbpli3";
sha256 = "1cav5lhpg5ma6s0hkpn8vrdgpy4b9q10qc1vb3j4w7ls9v160g3n";
};

outputs = [ "out" "basedb" ];