roon-server: 2.62.1641 -> 2.64.1646 (#506641)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-06 08:48:45 +00:00
committed by GitHub
+2 -2
View File
@@ -16,7 +16,7 @@
stdenv,
}:
let
version = "2.62.1641";
version = "2.64.1646";
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-DX05i4bgTar2d2xHyEqFXNlQ86FladX/xoEC4YLIxnI=";
hash = "sha256-tvNjz31xIo7UAB0t0seOfjiS7Qx6DPVu8VTBLK5ZjEo=";
};
dontConfigure = true;