jellyfin: 10.7.6 -> 10.7.7

This commit is contained in:
Johannes Schleifenbaum 2021-09-06 08:30:35 +02:00
parent cdbc8c9fb1
commit 4843df8176
No known key found for this signature in database
GPG key ID: 059093B1A278BCD0
3 changed files with 1872 additions and 1726 deletions

View file

@ -41,13 +41,13 @@ let
in
stdenv.mkDerivation rec {
pname = "jellyfin";
version = "10.7.6"; # ensure that jellyfin-web has matching version
version = "10.7.7"; # ensure that jellyfin-web has matching version
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin";
rev = "v${version}";
sha256 = "3wXB9HrOaLgHJjWpwPWVtcy8xcYBgZoE29hWqf1On2Q=";
sha256 = "mByGsz9+R8I5/f6hUoM9JK/MDcWIJ/Xt51Z/LRXeQQQ=";
};
nativeBuildInputs = [

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "jellyfin-web";
version = "10.7.6";
version = "10.7.7";
# TODO: on the next major release remove src.postFetch
# and use the lock file in web-update.sh:
# https://github.com/jellyfin/jellyfin-web/commit/6efef9680d55a93f4333ef8bfb65a8a650c99a49
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
owner = "jellyfin";
repo = "jellyfin-web";
rev = "v${version}";
sha256 = "T5a17mAvx7fLla2jQp1dNswijeUbBQB1RA1ZkVpLWqM=";
sha256 = "RDp51IWQ0Woz26cVgWsiLc8DyZztI2ysPbhmOR3jguE=";
postFetch = ''
mkdir -p $out
cd $out