jellyfin-web: 10.8.12 -> 10.8.13
This commit is contained in:
parent
2d4a8ed6c4
commit
d60046d367
@ -7,16 +7,16 @@
|
||||
|
||||
buildNpmPackage rec {
|
||||
pname = "jellyfin-web";
|
||||
version = "10.8.12";
|
||||
version = "10.8.13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jellyfin";
|
||||
repo = "jellyfin-web";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-T5MACoNg6yADfM7eike3f6V/ELZXrZYP+3Cz6ea8WtQ=";
|
||||
hash = "sha256-2W9s8TQV9BtxNYIrCbGRh5EUw0brwxSHohnb7269pQE=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-s+14x/jucCAxDWlQjCngjGtLB+4PCuO6R0qxP+SZ1+s=";
|
||||
npmDepsHash = "sha256-i077UAxY2K12VXkHYbGYZRV1uhgdGUnoDbokSk2ZDIA=";
|
||||
|
||||
npmBuildScript = [ "build:production" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user