roon-server: 100800753 -> 100800790

This commit is contained in:
Ben Leggett 2021-04-28 21:37:57 -04:00 committed by Ben Leggett
parent 5ba2e4e9c6
commit c8aea980f0
No known key found for this signature in database
GPG Key ID: 8657747059125281

View File

@ -11,15 +11,15 @@
, zlib , zlib
}: stdenv.mkDerivation rec { }: stdenv.mkDerivation rec {
name = "roon-server"; name = "roon-server";
version = "100800753"; version = "100800790";
# N.B. The URL is unstable. I've asked for them to provide a stable URL but # N.B. The URL is unstable. I've asked for them to provide a stable URL but
# they have ignored me. If this package fails to build for you, you may need # they have ignored me. If this package fails to build for you, you may need
# to update the version and sha256. # to update the version and sha256.
# c.f. https://community.roonlabs.com/t/latest-roon-server-is-not-available-for-download-on-nixos/118129 # c.f. https://community.roonlabs.com/t/latest-roon-server-is-not-available-for-download-on-nixos/118129
src = fetchurl { src = fetchurl {
url = "https://web.archive.org/web/20210209195555/https://download.roonlabs.com/builds/RoonServer_linuxx64.tar.bz2"; url = "https://web.archive.org/web/20210428204513/https://download.roonlabs.com/builds/RoonServer_linuxx64.tar.bz2";
sha256 = "sha256-uas1vqIDWlYr7jgsrlBeJSPjMxwzVnrkCD9jJljkFZs="; sha256 = "1jhj52fmkdgr9qfang1i9qrl1z56h56x07k31n3kllknkv02lc8p";
}; };
buildInputs = [ buildInputs = [