jellyfin: 10.4.0 -> 10.4.1

Please check the release note about the base URL change:

https://github.com/jellyfin/jellyfin/releases/tag/v10.4.1
This commit is contained in:
Minijackson 2019-11-08 18:02:06 +01:00
parent f2503c14e5
commit 0214bf46b4
No known key found for this signature in database
GPG Key ID: FEA888C9F5D64F62

View File

@ -18,12 +18,12 @@ let
in stdenv.mkDerivation rec {
pname = "jellyfin";
version = "10.4.0";
version = "10.4.1";
# Impossible to build anything offline with dotnet
src = fetchurl {
url = "https://github.com/jellyfin/jellyfin/releases/download/v${version}/jellyfin_${version}_portable.tar.gz";
sha256 = "0a3n2g8xcxz9syj21v3f3jbzksw22bg0dksbakkvs1kphaygk5q2";
sha256 = "0lv1xd3bfbf9khiqlahry2im1mvgl3cj5m3zfd7mf61il5rz70f9";
};
buildInputs = [