roon-server: 2.0-1148 -> 2.0-1169

Roon 2.0.5 release

https://community.roonlabs.com/t/roon-2-0-5-and-arc-1-0-5-are-live/224612
This commit is contained in:
Mike Placentra 2022-11-28 19:52:22 -05:00
parent 8b89e2b819
commit 0f17b394ab

View file

@ -15,7 +15,7 @@
, stdenv
}:
let
version = "2.0-1148";
version = "2.0-1169";
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-TTewFN2VsBcoGwBwZ4wWRQd68nF0sfNHAcAOiyK/bd8=";
hash = "sha256-5XOE0XYKwlAuSgZ4iRISp2QcEN54LvYfL1OTZl3eWm0=";
};
dontConfigure = true;