jellyfin-web: 10.8.3 -> 10.8.4

This commit is contained in:
Johannes Schleifenbaum 2022-08-14 09:06:12 +02:00
parent 9341cd89e9
commit 3e34d40f8b
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0
2 changed files with 4 additions and 4 deletions

View File

@ -11817,8 +11817,8 @@ let
args = {
name = "jellyfin-web";
packageName = "jellyfin-web";
version = "10.8.3";
src = ../../../../../../../nix/store/d2926w8z62c6p0v09x8mhq0r9g1x354w-source;
version = "10.8.4";
src = ../../../../../../../nix/store/xhax6fynqk44hhwd647im3jd31dbaw4n-source;
dependencies = [
sources."@ampproject/remapping-2.1.2"
(sources."@apideck/better-ajv-errors-0.3.3" // {

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "jellyfin-web";
version = "10.8.3";
version = "10.8.4";
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin-web";
rev = "v${version}";
sha256 = "ZQXvF8Tt5xSylIpxQpkOeJR8nWXw806s7uDcSiVDQyA=";
sha256 = "3A2eBwO0Vg0Qgwm0Y04jheu42JpbxL6XtJRkrxSUkGo=";
};
nativeBuildInputs = [