roon-server: 2.0-1392 -> 2.0-1407
release notes: https://community.roonlabs.com/t/arc-connectivity-improvements-roon-build-1407-arc-266/272146
This commit is contained in:
parent
0599892e8e
commit
c727fff763
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
, stdenv
|
, stdenv
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "2.0-1392";
|
version = "2.0-1407";
|
||||||
urlVersion = builtins.replaceStrings [ "." "-" ] [ "00" "0" ] version;
|
urlVersion = builtins.replaceStrings [ "." "-" ] [ "00" "0" ] version;
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
@ -24,7 +24,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-S6p2xlWa1Xgp+umRx1KCs4g1u7JZTByNBNUSJBQweUs=";
|
hash = "sha256-PW28Rw0prHS/q879GYVKaiXe0i2w6BVwgcTWOUhAhOk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|
Loading…
Reference in a new issue