roon-server: 2.58.1608 -> 2.60.1629 (#490303)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-14 07:08:16 +00:00
committed by GitHub
+2 -2
View File
@@ -16,7 +16,7 @@
stdenv,
}:
let
version = "2.58.1608";
version = "2.60.1629";
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-1GpEu+6CeSzrmX/RfINb/z43p4lxRFmaiDC5+BZ2xCo=";
hash = "sha256-s+rM9jzkL+m1GW2+seI/OnBHMbfeijNJ4CoXOaWJmi8=";
};
dontConfigure = true;