jellyfin-web: 10.7.5 -> 10.7.6
This commit is contained in:
parent
a92543a4dc
commit
5f375383ea
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "jellyfin-web";
|
pname = "jellyfin-web";
|
||||||
version = "10.7.5";
|
version = "10.7.6";
|
||||||
# TODO: on the next major release remove src.postFetch
|
# TODO: on the next major release remove src.postFetch
|
||||||
# and use the lock file in web-update.sh:
|
# and use the lock file in web-update.sh:
|
||||||
# https://github.com/jellyfin/jellyfin-web/commit/6efef9680d55a93f4333ef8bfb65a8a650c99a49
|
# https://github.com/jellyfin/jellyfin-web/commit/6efef9680d55a93f4333ef8bfb65a8a650c99a49
|
||||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "jellyfin";
|
owner = "jellyfin";
|
||||||
repo = "jellyfin-web";
|
repo = "jellyfin-web";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "5y6hWEDxY5WbOUdjujmuMV3bQVvYU2J9oIANBVN5XOc=";
|
sha256 = "T5a17mAvx7fLla2jQp1dNswijeUbBQB1RA1ZkVpLWqM=";
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
cd $out
|
cd $out
|
||||||
|
|
Loading…
Reference in a new issue