roon-server: 2.0-1455

release notes: https://community.roonlabs.com/t/roon-2-0-40-and-arc-1-0-56-are-live/280191
This commit is contained in:
Casey Link 2024-09-18 10:04:57 +02:00
parent 9d5e85f56f
commit d75540731d
No known key found for this signature in database
GPG Key ID: 8865AA3A7BD80355

View File

@ -15,7 +15,7 @@
, stdenv
}:
let
version = "2.0-1442";
version = "2.0-1455";
urlVersion = builtins.replaceStrings [ "." "-" ] [ "00" "0" ] version;
in
stdenv.mkDerivation {
@ -24,7 +24,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://download.roonlabs.com/updates/production/RoonServer_linuxx64_${urlVersion}.tar.bz2";
hash = "sha256-D6Xdij92bDUchkSTT9/ADaNALqCyYwL9EnLqma48alg=";
hash = "sha256-R555u33S5jmqIKdDtRhMbfCMe5sG3x94naPX+qgrwHY=";
};
dontConfigure = true;