roon-server: 2.0-1382 -> 2.0-1388

This commit is contained in:
Casey Link 2024-03-28 14:21:20 +01:00
parent c3e603e788
commit db7df7bf66
No known key found for this signature in database
GPG Key ID: 8865AA3A7BD80355
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
, stdenv
}:
let
version = "2.0-1382";
version = "2.0-1388";
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-KOZkTsQrUYh3geezsA1h2ZcU3Ns/v67iD1QNWalA6H4=";
hash = "sha256-FH5edAtPS7qPtShGz1paEmL1O5xDmCLTRvEWFPiiVjg=";
};
dontConfigure = true;