Merge pull request #224496 from lovesegfault/roon-updates

This commit is contained in:
Bernardo Meurer
2023-04-03 16:15:09 -07:00
committed by GitHub
+2 -2
View File
@@ -15,7 +15,7 @@
, stdenv
}:
let
version = "2.0-1234";
version = "2.0-1244";
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-644tLtNr3rl3sB3BF0QoiwuIF4tWS8PjehmPKwdpg2k=";
hash = "sha256-godyvkeClBc6AW3WWNYRX+2gqhGWf/Y7xJdX6RfYDn0=";
};
dontConfigure = true;