serviio: 2.2.1 -> 2.4

This commit is contained in:
R. Ryantm 2024-06-13 04:53:32 +00:00
parent 0e3a6393a0
commit f65ccee15f

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "serviio";
version = "2.2.1";
version = "2.4";
src = fetchurl {
url = "http://download.serviio.org/releases/${pname}-${version}-linux.tar.gz";
sha256 = "sha256-uRRWKMv4f2b1yIE9OnXDIZAmcoqw/8F0z1LOesQBsyQ=";
sha256 = "sha256-ssi2fKbAMizr5eLAMng+G25ui3v98zCNWzMg7uLgGas=";
};
installPhase = ''