We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ecdd5e commit ca139faCopy full SHA for ca139fa
pkgs/by-name/ro/roon-server/package.nix
@@ -16,7 +16,7 @@
16
stdenv,
17
}:
18
let
19
- version = "2.47.1510";
+ version = "2.48.1517";
20
urlVersion = builtins.replaceStrings [ "." ] [ "0" ] version;
21
in
22
stdenv.mkDerivation {
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
25
26
src = fetchurl {
27
url = "https://download.roonlabs.com/updates/production/RoonServer_linuxx64_${urlVersion}.tar.bz2";
28
- hash = "sha256-xuXQLniV2PKIeupfCH00j0e9mRxLocEraENqIUkdWNo=";
+ hash = "sha256-2H8lQykhzbHcEW/+Rj+4eQdUMUugUeXivz+/+MEAYxk=";
29
};
30
31
dontConfigure = true;
0 commit comments