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

Commits on Jun 29, 2017

  1. emby: 3.2.19.0 -> 3.2.20.0

    fadenb committed Jun 29, 2017
    Copy the full SHA
    22216c5 View commit details

Commits on Jun 30, 2017

  1. Merge pull request #26976 from fadenb/emby_3.2.20.0

    emby: 3.2.19.0 -> 3.2.20.0
    joachifm authored Jun 30, 2017
    Copy the full SHA
    786b952 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/emby/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/emby/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "emby-${version}";
version = "3.2.19.0";
version = "3.2.20.0";

src = fetchurl {
url = "https://github.com/MediaBrowser/Emby/releases/download/${version}/Emby.Mono.zip";
sha256 = "14gwkglngaf29zzjqyph8pqz8i8i9j2vha9g2m17slgdxif4ijzc";
sha256 = "0n5b40vl0dg2pd0j7rzbck62cji6ws91jgsh8r1maig9p00xmwv7";
};

buildInputs = with pkgs; [