jellyfin: 10.8.8 -> 10.8.9

This commit is contained in:
Johannes Schleifenbaum 2023-01-23 10:18:08 +01:00
parent 151b86ad6a
commit 575f56d82c
No known key found for this signature in database
GPG key ID: 059093B1A278BCD0
2 changed files with 6 additions and 4 deletions

View file

@ -14,13 +14,13 @@
buildDotnetModule rec {
pname = "jellyfin";
version = "10.8.8"; # ensure that jellyfin-web has matching version
version = "10.8.9"; # ensure that jellyfin-web has matching version
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin";
rev = "v${version}";
sha256 = "3+JwcHZGENX9PgHdtRmzffi6p2p68Ngs3WOiEwAY8zU=";
sha256 = "kvtC9qtVuewR9W6sq963/tNgZbWSpygpBqcXnHuvX0Q=";
};
patches = [

View file

@ -1,8 +1,8 @@
diff --git a/jellyfin.ruleset b/jellyfin.ruleset
index 5ac5f4923..88621857b 100644
index 1c834de82..bf70fef1e 100644
--- a/jellyfin.ruleset
+++ b/jellyfin.ruleset
@@ -54,6 +54,31 @@
@@ -54,6 +54,33 @@
<Rule Id="SA1602" Action="None" />
<!-- disable warning SA1633: The file header is missing or not located at the top of the file -->
<Rule Id="SA1633" Action="None" />
@ -31,6 +31,8 @@ index 5ac5f4923..88621857b 100644
+ <Rule Id="SA1208" Action="None" />
+ <!-- disable warning SA1208: The property's documentation summary text should begin with: 'Gets a value indicating whether' -->
+ <Rule Id="SA1623" Action="None" />
+ <!-- disable warning SA1625: Element documentation should not be copied and pasted -->
+ <Rule Id="SA1625" Action="None" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeAnalysis.NetAnalyzers" RuleNamespace="Microsoft.Design">