roon-server: 2.0-1462 -> 2.0-1470 (#352121)

This commit is contained in:
Bernardo Meurer
2024-11-05 16:32:23 -05:00
committed by GitHub
+2 -2
View File
@@ -15,7 +15,7 @@
, stdenv
}:
let
version = "2.0-1462";
version = "2.0-1470";
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-irTDjT9oN0CdxFKAgcHbL2grJ702E6H+WtifGh0pf0E=";
hash = "sha256-esaxrSdvl1qUNfotOSs8Tj/AUg6hFpl23DGbji/uFO8=";
};
dontConfigure = true;