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

Commits on Apr 24, 2019

  1. jellyfin: 10.3.0 -> 10.3.1

    dtzWill committed Apr 24, 2019
    Copy the full SHA
    343b7be View commit details

Commits on Apr 28, 2019

  1. Merge pull request #60162 from dtzWill/update/jellyfin-10.3.1

    jellyfin: 10.3.0 -> 10.3.1
    aanderse authored Apr 28, 2019
    Copy the full SHA
    a8ab026 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/jellyfin/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/jellyfin/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
pname = "jellyfin";
version = "10.3.0";
version = "10.3.1";

# Impossible to build anything offline with dotnet
src = fetchurl {
url = "https://github.com/jellyfin/jellyfin/releases/download/v${version}/jellyfin_${version}_portable.tar.gz";
sha256 = "1q9rvyza5zi1kqg9301zrd0fnxzdwknyagpjc9r1cpqfx3yasnkc";
sha256 = "1j6jyrbc0ha348y63wk5jv9wjcjydma9cr3jxva1y85pjrmm7z90";
};

buildInputs = [