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 9674800 commit 65cb8daCopy full SHA for 65cb8da
pkgs/by-name/ro/roon-server/package.nix
@@ -16,7 +16,7 @@
16
stdenv,
17
}:
18
let
19
- version = "2.0-1483";
+ version = "2.0-1496";
20
urlVersion = builtins.replaceStrings [ "." "-" ] [ "00" "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-y8MYiWlc3HfF7a3n7yrs84H/9KbEoANd8+7t2ORIm6w=";
+ hash = "sha256-QglwnTO7dZ/8X8pNj63D6XQdJmGTKPfOG91xgfqWho0=";
29
};
30
31
dontConfigure = true;
0 commit comments