roon-server: 2.0-1128 -> 2.0-1143

This commit is contained in:
Bernardo Meurer 2022-10-28 15:10:22 +01:00
parent 38164d1660
commit 90528ce9c8
No known key found for this signature in database

View File

@ -15,7 +15,7 @@
, stdenv
}:
let
version = "2.0-1128";
version = "2.0-1143";
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-PR3LR7u9X6eUAyoAW1tXv3LzqoVz3RQ0MZwdF0iAXJ8=";
hash = "sha256-qSqSiqO3SzVmRacbbAphVLp0ablQCjR4Zn2HIQaqSPs=";
};
dontConfigure = true;