roon-server: 2.51.1534 -> 2.52.1538

This commit is contained in:
Casey Link 2025-06-09 17:01:50 +02:00 committed by Bernardo Meurer
parent 741f205ec6
commit 93ae12cf2d

View File

@ -16,7 +16,7 @@
stdenv,
}:
let
version = "2.51.1534";
version = "2.52.1538";
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-x9zbWJ4lrqfC1CPquGsdgzhO3WBzd46dlZy6APqJbcg=";
hash = "sha256-pWg1Cp8aNdR/hoVZDF3kUznJtYsjJYX9J4g1xbmn/lg=";
};
dontConfigure = true;