mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-11 09:07:15 +00:00
Merge pull request #95889 from erictapen/jellyfin-10.6.3
jellyfin: 10.6.2 -> 10.6.3
This commit is contained in:
commit
718782b004
@ -18,12 +18,12 @@ let
|
|||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "jellyfin";
|
pname = "jellyfin";
|
||||||
version = "10.6.2";
|
version = "10.6.3";
|
||||||
|
|
||||||
# Impossible to build anything offline with dotnet
|
# Impossible to build anything offline with dotnet
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://repo.jellyfin.org/releases/server/portable/stable/combined/jellyfin_${version}.tar.gz";
|
url = "https://repo.jellyfin.org/releases/server/portable/stable/combined/jellyfin_${version}.tar.gz";
|
||||||
sha256 = "16yib2k9adch784p6p0whgfb6lrjzwiigg1n14cp88dx64hyhxhb";
|
sha256 = "bqGIXS+T82jGMObMPMyYSjzQ+qZnACW4Q7WpV948crc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user