roon-server: 2.0-1483 -> 2.0-1496

Changelog: https://community.roonlabs.com/t/roon-2-0-46-and-arc-1-0-62-are-live/290500
This commit is contained in:
Casey Link
2025-02-07 11:35:43 -03:00
committed by Bernardo Meurer
parent 9674800b20
commit 65cb8da1ef
+2 -2
View File
@@ -16,7 +16,7 @@
stdenv,
}:
let
version = "2.0-1483";
version = "2.0-1496";
urlVersion = builtins.replaceStrings [ "." "-" ] [ "00" "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-y8MYiWlc3HfF7a3n7yrs84H/9KbEoANd8+7t2ORIm6w=";
hash = "sha256-QglwnTO7dZ/8X8pNj63D6XQdJmGTKPfOG91xgfqWho0=";
};
dontConfigure = true;