···11, zlib
12}: stdenv.mkDerivation rec {
13 name = "roon-server";
14- version = "100700710";
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/20210202130624/https://download.roonlabs.com/builds/RoonServer_linuxx64.tar.bz2";
22- sha256 = "sha256-S1c3RvN/HE8zwpGZARYRy/Gu4OTG0CjWbxJhZ3cKoVE=";
23 };
2425 buildInputs = [
···11, zlib
12}: stdenv.mkDerivation rec {
13 name = "roon-server";
14+ version = "100800753";
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/20210209195555/https://download.roonlabs.com/builds/RoonServer_linuxx64.tar.bz2";
22+ sha256 = "sha256-uas1vqIDWlYr7jgsrlBeJSPjMxwzVnrkCD9jJljkFZs=";
23 };
2425 buildInputs = [
···65116512 noip = callPackage ../tools/networking/noip { };
65136514- nomad = nomad_0_12;
65156516 # Nomad never updates major go versions within a release series and is unsupported
6517 # on Go versions that it did not ship with. Due to historic bugs when compiled
6518 # with different versions we pin Go for all versions.
6519- nomad_0_11 = callPackage ../applications/networking/cluster/nomad/0.11.nix {
6520- buildGoPackage = buildGo114Package;
6521- inherit (linuxPackages) nvidia_x11;
6522- nvidiaGpuSupport = config.cudaSupport or false;
6523- };
6524 nomad_0_12 = callPackage ../applications/networking/cluster/nomad/0.12.nix {
6525 buildGoPackage = buildGo114Package;
6526 inherit (linuxPackages) nvidia_x11;
···65116512 noip = callPackage ../tools/networking/noip { };
65136514+ nomad = nomad_1_0;
65156516 # Nomad never updates major go versions within a release series and is unsupported
6517 # on Go versions that it did not ship with. Due to historic bugs when compiled
6518 # with different versions we pin Go for all versions.
6519+ # Upstream partially documents used Go versions here
6520+ # https://github.com/hashicorp/nomad/blob/master/contributing/golang.md
0006521 nomad_0_12 = callPackage ../applications/networking/cluster/nomad/0.12.nix {
6522 buildGoPackage = buildGo114Package;
6523 inherit (linuxPackages) nvidia_x11;