roon-server: 2.53.1544 -> 2.54.1554
release notes: https://community.roonlabs.com/t/roon-2-54-build-1554-and-arc-1-69-build-369-are-live/304770
This commit is contained in:
parent
f0ceb98268
commit
0e037ba07d
@ -16,7 +16,7 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "2.53.1544";
|
version = "2.54.1554";
|
||||||
urlVersion = builtins.replaceStrings [ "." ] [ "0" ] version;
|
urlVersion = builtins.replaceStrings [ "." ] [ "0" ] version;
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.roonlabs.com/updates/production/RoonServer_linuxx64_${urlVersion}.tar.bz2";
|
url = "https://download.roonlabs.com/updates/production/RoonServer_linuxx64_${urlVersion}.tar.bz2";
|
||||||
hash = "sha256-Hbe2EfBbpA3Xzyh4ZYjm1G8qrwg+dEq5YAwZEG59ClI=";
|
hash = "sha256-tE+WhsXJn1fVkD8wCuu5ZVaBDwsm9hss2KA0nocME+E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user