roon-server: 2.53.1544 -> 2.54.1554

release notes: https://community.roonlabs.com/t/roon-2-54-build-1554-and-arc-1-69-build-369-are-live/304770
This commit is contained in:
Casey Link 2025-08-18 20:15:14 +02:00 committed by Bernardo Meurer
parent f0ceb98268
commit 0e037ba07d

View File

@ -16,7 +16,7 @@
stdenv,
}:
let
version = "2.53.1544";
version = "2.54.1554";
urlVersion = builtins.replaceStrings [ "." ] [ "0" ] version;
in
stdenv.mkDerivation {
@ -25,7 +25,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://download.roonlabs.com/updates/production/RoonServer_linuxx64_${urlVersion}.tar.bz2";
hash = "sha256-Hbe2EfBbpA3Xzyh4ZYjm1G8qrwg+dEq5YAwZEG59ClI=";
hash = "sha256-tE+WhsXJn1fVkD8wCuu5ZVaBDwsm9hss2KA0nocME+E=";
};
dontConfigure = true;