···1111, zlib
1212}: stdenv.mkDerivation rec {
1313 name = "roon-server";
1414- version = "100700710";
1414+ version = "100800753";
15151616 # N.B. The URL is unstable. I've asked for them to provide a stable URL but
1717 # they have ignored me. If this package fails to build for you, you may need
1818 # to update the version and sha256.
1919 # c.f. https://community.roonlabs.com/t/latest-roon-server-is-not-available-for-download-on-nixos/118129
2020 src = fetchurl {
2121- url = "https://web.archive.org/web/20210202130624/https://download.roonlabs.com/builds/RoonServer_linuxx64.tar.bz2";
2222- sha256 = "sha256-S1c3RvN/HE8zwpGZARYRy/Gu4OTG0CjWbxJhZ3cKoVE=";
2121+ url = "https://web.archive.org/web/20210209195555/https://download.roonlabs.com/builds/RoonServer_linuxx64.tar.bz2";
2222+ sha256 = "sha256-uas1vqIDWlYr7jgsrlBeJSPjMxwzVnrkCD9jJljkFZs=";
2323 };
24242525 buildInputs = [
···6511651165126512 noip = callPackage ../tools/networking/noip { };
6513651365146514- nomad = nomad_0_12;
65146514+ nomad = nomad_1_0;
6515651565166516 # Nomad never updates major go versions within a release series and is unsupported
65176517 # on Go versions that it did not ship with. Due to historic bugs when compiled
65186518 # with different versions we pin Go for all versions.
65196519- nomad_0_11 = callPackage ../applications/networking/cluster/nomad/0.11.nix {
65206520- buildGoPackage = buildGo114Package;
65216521- inherit (linuxPackages) nvidia_x11;
65226522- nvidiaGpuSupport = config.cudaSupport or false;
65236523- };
65196519+ # Upstream partially documents used Go versions here
65206520+ # https://github.com/hashicorp/nomad/blob/master/contributing/golang.md
65246521 nomad_0_12 = callPackage ../applications/networking/cluster/nomad/0.12.nix {
65256522 buildGoPackage = buildGo114Package;
65266523 inherit (linuxPackages) nvidia_x11;