Skip to content

Commit

Permalink
Merge pull request #95889 from erictapen/jellyfin-10.6.3
Browse files Browse the repository at this point in the history
jellyfin: 10.6.2 -> 10.6.3
  • Loading branch information
zimbatm committed Aug 21, 2020
2 parents bd960c6 + 73b2f83 commit 718782b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/jellyfin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ let

in stdenv.mkDerivation rec {
pname = "jellyfin";
version = "10.6.2";
version = "10.6.3";

# Impossible to build anything offline with dotnet
src = fetchurl {
url = "https://repo.jellyfin.org/releases/server/portable/stable/combined/jellyfin_${version}.tar.gz";
sha256 = "16yib2k9adch784p6p0whgfb6lrjzwiigg1n14cp88dx64hyhxhb";
sha256 = "bqGIXS+T82jGMObMPMyYSjzQ+qZnACW4Q7WpV948crc=";
};

buildInputs = [
Expand Down

0 comments on commit 718782b

Please sign in to comment.