roon-server: 2.0-1272 -> 2.0-1382

This commit is contained in:
Daniel Main 2024-03-14 21:36:28 +01:00
parent d01eb9b99b
commit bd0a8e59e8
No known key found for this signature in database
GPG Key ID: C086E94EEA5C5056

View File

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