···1011stdenv.mkDerivation rec {
12 pname = "roon-bridge";
13- version = "1.8-795";
1415 # N.B. The URL is unstable. I've asked for them to provide a stable URL but
16 # they have ignored me. If this package fails to build for you, you may need
17 # to update the version and sha256.
18 # c.f. https://community.roonlabs.com/t/latest-roon-server-is-not-available-for-download-on-nixos/118129
19 src = fetchurl {
20- url = "https://web.archive.org/web/20210610172810/http://download.roonlabs.com/builds/RoonBridge_linuxx64.tar.bz2";
21- sha256 = "sha256-ahdy0/TBOyMfCt4VTkcDTZGAFmwQJT2KvZuMtFcAY3w=";
22 };
2324 buildInputs = [
···1011stdenv.mkDerivation rec {
12 pname = "roon-bridge";
13+ version = "1.8-814";
1415 # N.B. The URL is unstable. I've asked for them to provide a stable URL but
16 # they have ignored me. If this package fails to build for you, you may need
17 # to update the version and sha256.
18 # c.f. https://community.roonlabs.com/t/latest-roon-server-is-not-available-for-download-on-nixos/118129
19 src = fetchurl {
20+ url = "https://web.archive.org/web/20210729154257/http://download.roonlabs.com/builds/RoonBridge_linuxx64.tar.bz2";
21+ sha256 = "sha256-dersaP/8qkl9k81FrgMieB0P4nKmDwjLW5poqKhEn7A=";
22 };
2324 buildInputs = [
+3-3
pkgs/servers/roon-server/default.nix
···11, zlib
12}: stdenv.mkDerivation rec {
13 pname = "roon-server";
14- version = "1.8-806";
1516 # N.B. The URL is unstable. I've asked for them to provide a stable URL but
17 # they have ignored me. If this package fails to build for you, you may need
18 # to update the version and sha256.
19 # c.f. https://community.roonlabs.com/t/latest-roon-server-is-not-available-for-download-on-nixos/118129
20 src = fetchurl {
21- url = "https://web.archive.org/web/20210707070319/http://download.roonlabs.com/builds/RoonServer_linuxx64.tar.bz2";
22- sha256 = "sha256-TRgsHR71wNz2MoH+RZrIaWEzQSAbo+q8ICKfmmCFy5Y=";
23 };
2425 buildInputs = [
···11, zlib
12}: stdenv.mkDerivation rec {
13 pname = "roon-server";
14+ version = "1.8-814";
1516 # N.B. The URL is unstable. I've asked for them to provide a stable URL but
17 # they have ignored me. If this package fails to build for you, you may need
18 # to update the version and sha256.
19 # c.f. https://community.roonlabs.com/t/latest-roon-server-is-not-available-for-download-on-nixos/118129
20 src = fetchurl {
21+ url = "https://web.archive.org/web/20210729154130/http://download.roonlabs.com/builds/RoonServer_linuxx64.tar.bz2";
22+ sha256 = "sha256-GbWcgNq+dmzoHNFZyB/QFCvJ7Hh48v8IuGS4WMNlKgI=";
23 };
2425 buildInputs = [