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:
parent
e0ba5d6aaf
commit
5fdf534b0c
|
@ -13,13 +13,13 @@
|
||||||
|
|
||||||
buildDotnetModule rec {
|
buildDotnetModule rec {
|
||||||
pname = "jellyfin";
|
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 {
|
src = fetchFromGitHub {
|
||||||
owner = "jellyfin";
|
owner = "jellyfin";
|
||||||
repo = "jellyfin";
|
repo = "jellyfin";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Ze1KO+Rx4sz8qdKa1U2g096Ck/Qc+JdQj4MNqaJRhb8=";
|
sha256 = "sha256-jxOFbmYrgxP6jbjnWubajqXInLXu7TO4vssU4E1oeoc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ sqlite ];
|
propagatedBuildInputs = [ sqlite ];
|
||||||
|
|
Loading…
Reference in a new issue