roon-server: 2.52 -> 2.53

This commit is contained in:
Yethal 2025-07-08 18:20:30 +02:00 committed by Bernardo Meurer
parent 3721085248
commit e9e4bf106e

View File

@ -16,7 +16,7 @@
stdenv,
}:
let
version = "2.52.1538";
version = "2.53.1544";
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-pWg1Cp8aNdR/hoVZDF3kUznJtYsjJYX9J4g1xbmn/lg=";
hash = "sha256-Hbe2EfBbpA3Xzyh4ZYjm1G8qrwg+dEq5YAwZEG59ClI=";
};
dontConfigure = true;