roon-server: 2.0-1455 -> 2.0-1462

release notes: https://community.roonlabs.com/t/roon-2-0-41-and-arc-1-0-57-are-live/282035
This commit is contained in:
Casey Link 2024-10-03 14:05:26 +02:00
parent 810118f3a9
commit d3cbba5a31

View File

@ -15,7 +15,7 @@
, stdenv
}:
let
version = "2.0-1455";
version = "2.0-1462";
urlVersion = builtins.replaceStrings [ "." "-" ] [ "00" "0" ] version;
in
stdenv.mkDerivation {
@ -24,7 +24,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://download.roonlabs.com/updates/production/RoonServer_linuxx64_${urlVersion}.tar.bz2";
hash = "sha256-R555u33S5jmqIKdDtRhMbfCMe5sG3x94naPX+qgrwHY=";
hash = "sha256-irTDjT9oN0CdxFKAgcHbL2grJ702E6H+WtifGh0pf0E=";
};
dontConfigure = true;