roon-server: 1.8-850 -> 1.8-880
This commit is contained in:
parent
42aefef238
commit
2d18e3a33d
1 changed files with 4 additions and 2 deletions
|
@ -8,13 +8,14 @@
|
|||
, icu66
|
||||
, krb5
|
||||
, lib
|
||||
, libtasn1
|
||||
, makeWrapper
|
||||
, stdenv
|
||||
, openssl
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "roon-server";
|
||||
version = "1.8-850";
|
||||
version = "1.8-880";
|
||||
|
||||
src =
|
||||
let
|
||||
|
@ -22,13 +23,14 @@ stdenv.mkDerivation rec {
|
|||
in
|
||||
fetchurl {
|
||||
url = "http://download.roonlabs.com/builds/RoonServer_linuxx64_${urlVersion}.tar.bz2";
|
||||
sha256 = "sha256-NSNaL0ERYTSYn9ETjWcQiuI4hY+w/lWVOz3n9lt6O+4=";
|
||||
sha256 = "sha256-Td3iRYGmTg8Vx9c4e4ugIIbAqhDFPax9vR2BsCIQCZA=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
alsa-lib
|
||||
freetype
|
||||
krb5
|
||||
libtasn1
|
||||
stdenv.cc.cc.lib
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue