3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #152251 from lovesegfault/roon-server-1.8-880

This commit is contained in:
Bernardo Meurer 2021-12-27 18:22:09 +00:00 committed by GitHub
commit 21e1fad145
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,17 @@ 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=";
};
dontConfigure = true;
dontBuild = true;
buildInputs = [
alsa-lib
freetype
krb5
libtasn1
stdenv.cc.cc.lib
];