jellyfin-web: 10.8.5 -> 10.8.6

This commit is contained in:
Johannes Schleifenbaum 2022-10-29 09:23:28 +02:00
parent 323786dc2b
commit dc6876e669
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.5";
src = ../../../../../../../../../nix/store/ab0b3ia5gcmwb7p5kz6dvw456qrdbz91-source;
version = "10.8.6";
src = ../../../../../../../nix/store/zk40h20vcx9jpz7kcc8fdcn5b9rbxs5p-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.5";
version = "10.8.6";
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin-web";
rev = "v${version}";
sha256 = "KNIxqZSTO1330KFW8y+4nVFiCM1KEEwEM0Vdei26gVI=";
sha256 = "6g00UjQyPaiimHNJBout/omyerqe2hCGChNkmojELOA=";
};
nativeBuildInputs = [