jellyfin: 10.10.0 -> 10.10.1

This commit is contained in:
Austin Horstman 2024-11-04 09:07:35 -06:00
parent a0e9eae3d8
commit 13d1089f5a
No known key found for this signature in database

View File

@ -13,13 +13,13 @@
buildDotnetModule rec {
pname = "jellyfin";
version = "10.10.0"; # ensure that jellyfin-web has matching version
version = "10.10.1"; # ensure that jellyfin-web has matching version
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin";
rev = "v${version}";
hash = "sha256-XeMZEUorRrpS6GJ2qaXbyKUw0EaKCJF0PSoghUmOnrc=";
hash = "sha256-jDiJ1tnCR3cZvNmvZ47Vvoqow1sC+xciHsO546yoIKY=";
};
propagatedBuildInputs = [ sqlite ];