roon-server: 2.0-1382 -> 2.0-1388

This commit is contained in:
Casey Link
2024-03-28 14:23:17 +01:00
parent c3e603e788
commit db7df7bf66
+2 -2
View File
@@ -15,7 +15,7 @@
, stdenv
}:
let
version = "2.0-1382";
version = "2.0-1388";
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-KOZkTsQrUYh3geezsA1h2ZcU3Ns/v67iD1QNWalA6H4=";
hash = "sha256-FH5edAtPS7qPtShGz1paEmL1O5xDmCLTRvEWFPiiVjg=";
};
dontConfigure = true;