roon-server: 2.54.1554 -> 2.55.1559

This commit is contained in:
R. Ryantm
2025-09-27 10:57:47 +00:00
parent 8e2f87ab6d
commit dd4fac942a
+2 -2
View File
@@ -16,7 +16,7 @@
stdenv,
}:
let
version = "2.54.1554";
version = "2.55.1559";
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-tE+WhsXJn1fVkD8wCuu5ZVaBDwsm9hss2KA0nocME+E=";
hash = "sha256-eeQ6Gci63GRdN5HOtT5+RFgWcnpTeCG6hBk1bNKXYoE=";
};
dontConfigure = true;