roon-server: 2.67.1661 -> 2.70.1671 (#542705)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-16 21:39:29 +00:00
committed by GitHub

View File

@@ -16,7 +16,7 @@
stdenv,
}:
let
version = "2.67.1661";
version = "2.70.1671";
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-5IvAJCTcWaIHTkWZYT7zPTPSjvLuQigF4BHH4l0wTR0=";
hash = "sha256-vYFhYMGFyu/eaQnVoRij9aUP9aZvxBj8N7yHmXD7904=";
};
dontConfigure = true;