roon-server: 2.49.1525 -> 2.50.1528

https://community.roonlabs.com/t/roon-2-50-build-1528-is-live/297986
This commit is contained in:
sehe
2025-05-16 06:33:02 -07:00
committed by Bernardo Meurer
parent 93723a35f1
commit 19e2a9ec00
+2 -2
View File
@@ -16,7 +16,7 @@
stdenv,
}:
let
version = "2.49.1525";
version = "2.50.1528";
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-DYxybP7luRmR4HL6QYBeWU4ZWqlHEO2EgLeqxmFD87A=";
hash = "sha256-8Dxxjj/5JSuXeTxTV2l37ZAmf6BDdhykPSinmgZeEVY=";
};
dontConfigure = true;