1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

jellyfin: 10.9.6 -> 10.9.7

This commit is contained in:
Jonas Heinrich 2024-06-26 12:32:05 +02:00
parent e0ba5d6aaf
commit 5fdf534b0c

View file

@ -13,13 +13,13 @@
buildDotnetModule rec {
pname = "jellyfin";
version = "10.9.6"; # ensure that jellyfin-web has matching version
version = "10.9.7"; # ensure that jellyfin-web has matching version
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin";
rev = "v${version}";
sha256 = "sha256-Ze1KO+Rx4sz8qdKa1U2g096Ck/Qc+JdQj4MNqaJRhb8=";
sha256 = "sha256-jxOFbmYrgxP6jbjnWubajqXInLXu7TO4vssU4E1oeoc=";
};
propagatedBuildInputs = [ sqlite ];