Skip to content

Commit 65cb8da

Browse files
Ramblurrlovesegfault
authored andcommitted
1 parent 9674800 commit 65cb8da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ro/roon-server/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
stdenv,
1717
}:
1818
let
19-
version = "2.0-1483";
19+
version = "2.0-1496";
2020
urlVersion = builtins.replaceStrings [ "." "-" ] [ "00" "0" ] version;
2121
in
2222
stdenv.mkDerivation {
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
2525

2626
src = fetchurl {
2727
url = "https://download.roonlabs.com/updates/production/RoonServer_linuxx64_${urlVersion}.tar.bz2";
28-
hash = "sha256-y8MYiWlc3HfF7a3n7yrs84H/9KbEoANd8+7t2ORIm6w=";
28+
hash = "sha256-QglwnTO7dZ/8X8pNj63D6XQdJmGTKPfOG91xgfqWho0=";
2929
};
3030

3131
dontConfigure = true;

0 commit comments

Comments
 (0)