roon-server: 2.0-1244 -> 2.0-1259

This commit is contained in:
Bernardo Meurer 2023-04-18 10:45:26 -03:00
parent 9b419c67cf
commit c68733e92b
No known key found for this signature in database

View File

@ -15,7 +15,7 @@
, stdenv
}:
let
version = "2.0-1244";
version = "2.0-1259";
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-godyvkeClBc6AW3WWNYRX+2gqhGWf/Y7xJdX6RfYDn0=";
hash = "sha256-nd0dDiiUmwhuVivB78EXdj6LrK0ufdSrVYH/0Y++img=";
};
dontConfigure = true;